Responsive menu not working on mobile device
Hello,
I upgraded to vantage premium theme but the responsive menu is not working on small screens.
I enabled it in Theme Settings > Responsive Menu > enabled :
my website :
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Lucas,
That’s odd. Kindly place the following custom css at the bottom of the style.css file located via Appearance > Editor > Styles.css
@media screen and (max-width: 480px) { .so-mobilenav-mobile + * { display: block; } .so-mobilenav-standard + * { display: none; } }Try that out
Cheers :)
Yes it works well ! thank you !
Hi Lucas,
You’re most welcome!
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.