1. apelsinskal
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 11 February 2022
  5.  Subscribe via email
Hi! How can I lock the menu button so it won't scroll on responsive?
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)....

.slicknav_menu {
position: sticky;
top: 0;
z-index: 110;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Works perfect (as always). 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!