1. Mol4
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Monday, 17 May 2021
  5.  Subscribe via email
Hello Ciaran,
on my clients testwebsite I'm using the Emani template.
When I have the slideshow on the homepage active in position showcase-1A, the mainmenu is not sticky.
When I disable the slideshow, the menu is sticky again.
I'd like to have both if this is possible :D
Thanks!
Greetings, Ton
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ton

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

#container_header {
position: sticky;
top: 0;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

Thanks for the quik update!
Unfortunately this doesn't help.

Greetings, Ton
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ton

Could you try amending the suggested CSS to the following...

#container_header {
position: sticky !important;
top: 0;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

Thanks! This works fine :-)

Greetings, Ton
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


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