1. lazyroby
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 17 May 2020
  5.  Subscribe via email
Hi Ciaran,

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!
References
  1. https://tinyurl.com/1234567891345
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.hornavmenu {
width: auto;
left: auto;
right: 0;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Great, as always, Ciaran! Thank you!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!