Home › Forums › Basel support forum › Header behaviour › Reply To: Header behaviour
December 7, 2017 at 2:49 pm
#27741
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue
div.sticky-header .main-nav {
text-align: left;
}
Regards