How do I set the width of the mainnav menu on mobile devices to 100% so that more than just the first two menu items are being displayed?
Hi andrewwinkler
In this file /templates/ja_wall/themes/iwall/css/theme.css add
@media only screen and (max-width: 719px) #mainnav { width: 100%!important; } }
It displays the menu at full width for a few seconds but then reverts back to the previous "two menu items" width.
andrewwinkler
I updated the same in above theme.css file as suggested by Pavit and it worked properly. I tested with my mobile phone also.
Regards
It looks like I accidentally put it into the wrong CSS. My apologies.