Menu upper bar

Hi there,

I added this code below to to make the menu aligned to the right, removing the white space on the right… but with that the bar above the links are now not aligned anymore… how can I fix that - the lines above aligned and with the same size.

.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
padding-left: 40px;
padding-right: 0px;

}

Thanks

Hi Andrea,

Please try this code:


.x-navbar .desktop .x-nav > li:last-child > a:not(.x-btn-navbar-woocommerce) {
    padding-right: 0px;
}

In case the code does not work, please provide the URL of the site in question so that we could check it.

Thank you.

Hi,

thanks! it worked.

You’re most welcome!

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