Home › Forums › Basel support forum › Top Bar Margins Issue On Mobile › Reply To: Top Bar Margins Issue On Mobile
February 20, 2018 at 7:41 am
#41092
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .topbar-wrapp {
height: auto;
}
Regards