Home › Forums › WoodMart support forum › Category Menu Gap › Reply To: Category Menu Gap
May 6, 2023 at 10:09 am
#464921
Aizaz Imtiaz Awan
Keymaster
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
This code removes the border.
.wd-nav-vertical.wd-design-default {
border: 0px !important;
}
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.wd-nav-vertical>li>a {
padding: 4px 25px !important;
}
Best Regards.