tuanphan Posted August 25 Share Posted August 25 You can use these options to show more images in Carousel Mobile. #1. If you use Gallery Block Carousel First, you need to find Gallery Block ID. In my example, we have: #block-yui_3_17_2_1_1723904978101_5422 Next, use this code to Custom CSS box. @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1723904978101_5422 .sqs-intrinsic { padding-bottom: 20% !important; } } Result #2. If you use List (People) Carousel First, you need to find Carousel Section ID, use #1 tool. In my example, it is section[data-section-id="66b25d54a6835837afc06114"] Next, use CSS code like this to Custom CSS @media screen and (max-width:767px) { section[data-section-id="66b25d54a6835837afc06114"] ul { grid-template-columns: repeat(3,1fr) !important; } } Result Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment