jquery - Removing a particular Javascript action from a responsive theme -
i have responsive theme. when viewing website on small screen, shows "menu" , have tap see menu items. want show menu items straight without user having tap "menu" before seeing them. tried using firebug see triggers , tried removing that. messes whole site in desktop view well.
here the link. if point me in right direction telling me code remove that'd great. appreciated.
i believe hidden via css. show menu when browser mobile go bootstrap-responsive.css file on line :1424 , change 'display:none' 'display:block'. clear code looking for.
nav#main_menu.smooth_menu ul { display: none; background:#fff; }
it in @media (max-width: 767px) media query.
that should show menu when user on mobile browser while keeping toggle functionality.
Comments
Post a Comment