Home › Forums › Basel support forum › double menu header › Reply To: double menu header
November 15, 2017 at 8:00 pm
#24384

Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.main-nav .menu > li > a {
font-size:13px!important;
padding-left: 5px!important;
padding-right: 5px!important;
}