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