here is my website clickme
i’m using bootstrap plugin in my website,when i`m using bootstrap plugin it hides my menu bar in mobile,when i uninstalled bootstrap every thing is working fine,while using bootstrap it appends hide class to my mobile menu,when im trying to remove that class,it is visible even in desktop mode.can any one help me to get out from this situation..THANK YOU..
Question posted in Twitter Bootstrap
2
Answers
yes its overlapping with bootstrap.min.css you have to remove below code at line no. 5 from bootstrap.min.css
and then add custom media query in your theme’s css like this
Fix for menu issue in mobile
Please add the following classes instead of hide the classes are inbuilt with bootstap so that there is no need of writing hide class in bootstrap. In the place of hide class replace it with hidden-md hidden-lg hidden-sm
I have tested it. Working fine.
Cheers!