• Hi !
    I like the Theme very much, but i want to change the height of the Header Slider. I found a function to fix the size of the header image but not to change the size (Height) of the slider.
    Is it possible to limit the height?

    Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author dessky

    (@dessky)

    Hi,

    You can limit slider height with the following style by placing it in the style.css file of your theme (change height value as you wish):

    .header-slider {
      height: 500px !important;
    }

    I hope it helps.

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Header Slider – Change Height’ is closed to new replies.