1. isolutions
  2. Commercial Templates
  3. Tuesday, 05 September 2017
  4.  Subscribe via email
Hello,

I have the Madison template and I try to fix my home page. The website is enekapaideias.gr. On my first page I see the height of the slide images smaller than this in the demo. Can you help me? All I want is my first page to have a taller slide show of images.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To allow the header to fill to the full height of the screen you can add the following to the Custom CSS field of your templates parameters...

#header_bg {
height: 100vh;
}


Alternatively you can set a fixed height by using the following instead (edit to taste)..

#header_bg {
min-height: 700px;
}


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!