Hello
I have a problem how the categories are displayed on my website.
I currently have this code in my themes CSS:
.woodmart-product-categories .wc-default-cat {
display:block !important;
}
Now one category gets displayed in the completely wrong place.
See attachment 1
Before I added the previous code I had this one.
.woodmart-product-categories .wc-default-cat {
display: inline-block!important;
}
Here I had the problem that the menu looked wrong on mobile devices
See attachment 2
Attachments:
You must be
logged in to view attached files.