Home › Forums › Basel support forum › Dropdown links in header are missing › Reply To: Dropdown links in header are missing
September 26, 2017 at 6:30 am
#20227
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.main-header.header-logo-center {
position: relative;
z-index: 2;
}
Regards