Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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 :
Hi 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!