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

secondary nav formatting

Home / Forums / Virtue Theme / secondary nav formatting

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
January 27, 2017 at 8:58 am

on the following website I have been instructed to have the black navigation bar background to extend the full width of the screen but the contents of the menu and the header to be constrained within 1170px. I saw on one of your other template layouts for virtue to do this I can use a secondary nav. How do I format the secondary nav bar to match the main nav with regard to padding and width?

I left the main nav enabled so you can see what I am trying to do. I have entered the following but the default secondary nav width of 16.5% prevails and I am also left with a large white area below the nav when I turn the 16.5% width off.

#nav-second ul.sf-menu > li {
width: none !important;
padding: 0 10px;
}

#nav-second ul.sf-menu {
float: left;
margin: 0;
padding: 0;
width: 100%;
margin-left: 4%;
}

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