Align navigation bar links

Site: https://theleanboxexpress.pboyxnn4-liquidwebsites.com

I want to align the navigation bar links to the left.

Code I’ve tried:

.x-navbar {
background-color: #606060;
border:none;
text-align: left;
}

Hi There @theleanbox

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

.x-nav-wrap.desktop {
    float: left;
    margin-left: 5%;
}

Hope that helps.

Is there a way to make the Woocommerce cart align to the right?

Hello There,

Do you want something like this?

If that is the case, please use this code instead:



.masthead-inline .desktop .x-nav {
    float: left;
    width: 100%;
}

.x-navbar .desktop .x-nav > li.x-menu-item-woocommerce {
    float: right;
}

Please let us know if this works out for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.