Home Forums Pro Themes Top Event Pro Height of a slide

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #177564
    Torsten Guhle
    Participant

    How can I change the height of a slide?

    #177566
    Psink
    Keymaster

    Please add this CSS in the Additional CSS

    @media screen and (min-width: 1024px){
    .featured-slider article {
    padding: 380px 0;
    }
    }

    You can adjust the padding value ( form 380 to any number )to adjust the height of the slide

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.