Home › Forums › Basel support forum › More space between menu items › Reply To: More space between menu items
July 16, 2017 at 7:34 am
#16477
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings
.main-nav .menu>li>a {
padding-left:30px!important;
padding-right:30px!important;
}