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 #1996237
Penci Slider - options Desktop/tablet/mobile ?
Closed

Comments

  • Maurizio started the conversation

    Hi, 

    we are using the Penci Slider and we have defined the images we want in the slider. We have found the perfect fit for the presentation on "desktop" but when we access the website via tablet or smartphone, the presentation is really bad.

    There is a way to set different version of the slider according to the browser desktop/tablet/smartphone ?

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to fixed that issue:

    .pencislider-item .penci-image-holder { height: auto !important; }
    .pencislider-item .penci-image-holder:before {    
        content: '' !important;
        padding-top: 44.715% !important;
    }


    Best Regards,

    PenciDesign

  • shanacorbin replied

    Worked great for me too, thanks for asking the question and for answering it publicly!