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 #2881260
Featured Slider Height and Width
Closed

Comments

  • tdkevin started the conversation

    Hi,

    I want to change the Featured Slider Height and Width,

    use the CSS Code but seems not work, 

    Change the Customize -> Featured Slider -> General -> Featured Penci Slider Height not work too.

    How can I change it? 

    My Featured Slider is Style 1.

  •  2,492
    PenciDesign replied

    Hi,

    By default, the featured slider height display by the featured image ratio. In case you want to change the slider height, just adjust the height ratio, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .featured-style-1 .penci-owl-carousel .penci-image-holder::before {
        padding-top: 45%;
    }
    Change 45% by the custom value.

    Regards,
    PenciDesign.


  • tdkevin replied

    hi, I just want to change the ratio of the image not only height but alse width,

    where can I change the ratio?

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Featured Slider → General, scroll down, and change this option at Custom Fixed Ratio Height/Width of Images on Penci Slider.

    Regards,
    PenciDesign.