Home Forums Basel support forum Navigation Layout without WooCommerce Reply To: Navigation Layout without WooCommerce

#76238

Artem Temos
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.basel-header-overlap .header-split .wrapp-header {
	position: relative;
}
.header-split .left-side {
	position: absolute;
	left:0;
}

Regards