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 #2444911
Change slider layout for Mobile only?
Closed

Comments

  • EdmondBerani started the conversation

    Hello,

    Is it possible to change the layout of the slider for mobile users only (whithout activating AMP)? Currently it shows us as 4 small circles (2 per row), ideally i would want them to be 1 per row.

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 960px){
    .featured-style-24 .wrapper-item .penci-item-mag, 
    .featured-style-25 .wrapper-item .penci-item-mag, 
    .featured-style-25 .wrapper-item .penci-item-1, 
    .featured-style-26 .wrapper-item .penci-item-mag {
        width: 100%;
        border-bottom: 4px solid transparent;
    }
    }
    

    Best Regards,

    PenciDesign

  • EdmondBerani replied

    This worked perfectly, thank you!