Home › Forums › WoodMart support forum › Sticky menu not looking correct › Reply To: Sticky menu not looking correct
October 17, 2018 at 5:55 pm
#83376
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.whb-sticky-header .woodmart-navigation .item-level-0>a {
padding-left: 8px;
padding-right: 8px;
}
Regards