navigation - Fixed header navegation bloqued on smartphone with bootstrap -
navigation - Fixed header navegation bloqued on smartphone with bootstrap -
i have problem fixed header navigation on little devices (ios iphone5 , android).
my web desktop / tablet website developed width bootstrap, have scalable in little devices appreciate navigation text.
the entire web moving on little devices when zoom except header (where navigation is). can see logo @ left side can't go on right finger in order navigate right side.
<div id="main-nav"> <div class="container"> <div class="row"> <div class="col-xs-3">logo</div> <div class="col-xs-9">navegation</div> </div> </div> </div>
i thought sscrollx solution if can help me honored hear improve one.
try add together in meta:
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" /> the set proper scale value case.
i hope help.
twitter-bootstrap navigation fixed scalable
Comments
Post a Comment