Home › Forums › Basel support forum › tabs on single product page › Reply To: tabs on single product page
March 17, 2017 at 4:03 pm
#10950
Artem Temos
Keymaster
Try to use this code snippet to make it look better
.main-header .widgetarea-head {
display: inline-block;
}
@media (max-width: 991px) {
.main-header .widgetarea-head {
display: none;
}
}
Regards