Home › Forums › WoodMart support forum › Category on shop page not displaying properly › Reply To: Category on shop page not displaying properly
December 23, 2019 at 7:12 am
#164600
Aizaz Imtiaz Awan
Keymaster
Hello,
To fix the spacing between the categories so that the categories did not displayed as overlapped. You can use the below CSS code in global custom CSS area under theme settings >> custom CSS:
.nav-shop .woodmart-product-categories li {
position: relative;
margin-left: 12px;
}
.nav-shop .category-nav-link .category-summary {
width: 100px;
}
Result: https://jmp.sh/Tfk0Bsw
Best Regards.