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

Move Main Navigation Menu Left

Home / Forums / Virtue Theme / Move Main Navigation Menu Left

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
October 2, 2018 at 4:26 pm

Hello,

LINK:

I am hoping to move the main menu over to the left a bit, so I can add one more page “Contact” to the menu without it starting a second line.
I’ve already added css code to lessen the padding between menu items.

I found this code in support and it works, but it shrinks the logo a lot:


@media
(min-width: 992px) {
.kad-header-left {
width: 15%;
}

.kad-header-right {
width: 85%;
float: none;
}
}

Thank you!

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