Hello there,
I’m trying to reduce the padding on the menu items on the header nav bar. In dev tools i can see the padding:
.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
padding-left: 40px;
padding-right: 40px;
}
But it does not work to copy that CSS into the additional CSS file and reduce the number there, it has no effect.
Please could you let me know how to achieve a 20px padding on each side, and also, if i needed to left align the menu items, how would i do that?
Thank you in advance,
Carin
