1. luk
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 30 November 2016
  5.  Subscribe via email
Hello,
I have assigned a different template to the homepage ( i.c. with full-width slider and all other pages no slider ).
How can I disable the slider in responsive view ?
Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To just reduce the height of your header on touch devices try adding the following to the Custom CSS field of your templates parameters...

.touch #header_bg {
height: 230px !important;
}


To hide the slideshow you can also add the following...

.touch .vegas-slide {
display: none;
}


CiarĂ¡n
  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!