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 #1767699
Penci Slider Design
Closed

Comments

  •  1
    theorganisedhousewife started the conversation

    Hi Support Team,

    We have installed the Penci Slider onto this page and it is not tablet/mobile optimising with the rest of the site, it is cutting off the sides. Is there a way around this?

    Thank you!

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fixed it:

    .featured-area .penci-owl-carousel .pencislider-item .penci-image-holder{ height: 0 !important; }
    .featured-area .penci-owl-carousel .pencislider-item .penci-image-holder:before {
        content: '';
        padding-top: 47%;
    }
    

    Best Regards,

    PenciDesign

  •  1
    theorganisedhousewife replied

    Thankyou, however it didn't work, it removed the slider completely from the page.

  •  2,699
    PenciDesign replied

    Hi,

    Please try again with this Custom CSS code:

    .featured-area .penci-owl-carousel .pencislider-item .penci-image-holder{ height: auto !important; }
    .featured-area .penci-owl-carousel .pencislider-item .penci-image-holder:before { content: ''; padding-top: 47%; }


    Best Regards,

    PenciDesign