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

Removed logo, menu doesn't show at certain screen sizes

Home / Forums / Virtue Theme / Removed logo, menu doesn't show at certain screen sizes

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
September 2, 2015 at 7:04 am

Hello,

Only for our homepage we removed the logo (as the banner functions as logo there) with custom CSS. At screen width (about) 990px our menu disappears and shows up again as mobile menu at (about) 766px. Can you tell how to show it also in between?

Thanks!

Site: http://www.autowasgids.nl

We use the following custom CSS:

.home #logo {
display: none;
}

.home .page-header h1 {
display:none !important;
}

.home .page-header {
border-top: 0;
border-bottom: 0;
}

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