Home Forums WoodMart support forum Category Menu Gap Reply To: Category Menu Gap

#464921

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.