Jump to content

[Share] Show more images in Carousel Mobile

Recommended Posts

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

image.png.6fc2eff2563f1759d564887f1ca2cb13.png

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;
  }
}

image.png.f21859e47191c3486672a71519cc585a.png

Result

image.png.d1006f566ba39967631aa0d42e6801b5.png

#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"]

image.png.ce7d7aa9f9d9b117cb85dd1e9b2be2f1.png

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;
    }
}

image.png.4d66ae29ef494cfa61be3efce16d8622.png

Result

image.png.b839684de1c642db5577cf70b053d43c.png

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
  • Replies 0
  • Views 362
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.