Home › Forums › Basel support forum › Reducing Top Bar height › Reply To: Reducing Top Bar height
December 7, 2017 at 9:47 am
#27652
Bogdan Donovan
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
div.topbar-menu .item-level-0>a,
div.topbar-menu .menu>.menu-item-language>a {
height:26px;
line-height:26px;
}
div.topbar-wrapp,
div.topbar-content,
div.topbar-content:before,
select.woocommerce-currency-switcher {
height:26px;
}
div.topbar-menu ul>li {
line-height: 26px;
}
Regards