Disable responsive menu in Focus theme
Hi,
Can we disable the responsivel menu in Focus theme?
I use a responsivel menu plugin.
Thanks.
Bruno
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Bruno,
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: none!important; } .so-mobilenav-standard + * { display: block!important; } }Let me know if this works for you
Cheers
when i put the code, the responsive menu disappears but the tradicional menu appears yet.
i wanna hide all in the mobile version… can i do that?
Hi Bruno,
Try adding this CSS as well:
@media screen and (max-width: 480px) { nav { display: none!important;}}Please try and let me know!
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.