Hi there, with this I’ve tried to center align my menu but when resizing screen it still aligns left?
.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
padding-left: 0 !important;
padding-right: 0 !important;
min-width: 222px;
text-align: center;
}
Also, the breadcrumbs just don’t disable. I save in X options but with no effect?
Looking forward to your solution 