Home › Forums › WoodMart support forum › how to modify the space between the different categories › Reply To: how to modify the space between the different categories
October 20, 2020 at 10:38 am
#234703
Aizaz Imtiaz Awan
Keymaster
Hello,
I have visited your website. Please try adding the following Custom CSS in the Custom CSS for the Desktop area under Theme Settings >> Custom CSS.
li.cat-item.cat-item-27 .category-nav-link {
padding-left: 30px;
}
li.cat-item.cat-item-72 .category-nav-link {
padding-left: 30px;
}
li.cat-item.cat-item-73 .category-nav-link {
padding-left: 30px;
}
Best Regards.