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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -