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

#234703

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.