1. shelleydarling
  2. Commercial Templates
  3. Thursday, 20 April 2023
  4.  Subscribe via email
Hi Ciaran,
Can Ashley's header be sticky? I don't see an option but would custom css work?

If not, will an extension work for users to get back to top of site? And if so, can you recommend one?

Thank you!!
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)....

body.vegas-container {
overflow: visible;
}
#container_header {
position: sticky;
top: 0;
}


Admittedly I am not familiar with any of the 'scroll to top' plugins but I am sure any of them should work perfectly fine. So pick one that looks nice to you :)

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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