1. PattiHorse
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 24 October 2017
  5.  Subscribe via email
I am thinking of purchasing the Nadia template. Can the header be made sticky so it remains visible through scrolling?
Thank you.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend you can add the following to the Custom CSS field of your templates parameters...

.is-sticky #container_header {
transform: translateY(0);
}
#header_bg {
z-index: 1040;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you! I will purchase the template now :)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Is it possible to place an mp video in the header image instead of an image?
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
One more question about the header, how can I make it NOT STICKY in the responsive css?
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The header image as seen on the template demo is created by a slideshow module in the showcase module position. The slideshow included with the template does not include support for movies however you can easily replace this module with the module of your choice.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To disable the sticky header on touch devices try adding the following to the Custom CSS field of your templates parameters..

.touch #container_header {
position: relaltive;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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