Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1618554
Changing Hight Of Slider
Closed

Comments

  • SterlingJ85 started the conversation

    How do we change the hight of the top slider (style 20) - attached screenshot. We want the hight to be 300px

  •  501
    Penci replied

    Hi,

    Please add more this code to Customize -> Custom CSS to do that:

    @media screen and (min-width: 768px ) {
        .penci-owl-featured-area.style-20 .penci-image-holder:before ,.penci-container-width-1400 .penci-owl-featured-area.style-20 .penci-image-holder:before { padding-top: 300px; }
    }

    Best Regards,
    Pencidesign