Comments EdmondBerani started the conversationJune 18, 2020 at 11:07amHello,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,700PenciDesign repliedJune 19, 2020 at 3:20amHi,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,PenciDesignEdmondBerani repliedJune 20, 2020 at 10:54amThis worked perfectly, thank you! Sign in to reply ...
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.
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
This worked perfectly, thank you!