I had problems with the main menu on Kodaline on Safari-Mac and Internet Explorer, which I soved with these 2 codes in custom.css (from your forum)
Safari
.hornav, .hornavmenu,
.vegas-wrapper, .header_row {
z-index: 2080;
}
Internet Explorer
.hornav, .hornavmenu {
left: 0;
}
Now, after the menu works well again, I figured out, that the site's logo is not clickable any more. Before the above linkes adaption it was the "home" link to my homepage. How can I resolve it? Thank again!
EDIT: By the way: on mobile view (iOS safari) the logo works as a link!