Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Mobile view

Home / Forums / Virtue Theme / Mobile view

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
October 12, 2015 at 6:56 pm

I currently have this CSS code


@media
(max-width: 978px) {
#topbar {
display: none;
}
}

When the screen is too narrow (like on different mobile devices or computer screens), the primary menu will not be aligned properly. As you can see in the screenshot.

I think the min width for the primary menu to appear properly aligned is about 1200px. Is there any way to have it switch to mobile view if the width is under 1200 px? i.e. the primary menu becomes the mobile menu if the width is under 1200 px.

I tried to change the value for max-width above to 1200 px but didn’t notice any changes…

Thanks!

  • The forum ‘Virtue Theme’ is closed to new topics and replies.