snorkelcookislands Posted June 6, 2020 Share Posted June 6, 2020 Site URL: https://snorkelcookislands.com Hey guys, I'm wanting to to have 1 testimonial per row on mobile. This is what I have so far, but it's stretched to 100% and I would like to limit how many posts show in column to only one. Help is appreciated, thank you! Link to comment
Beyondspace Posted June 15, 2020 Share Posted June 15, 2020 What is the page url BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
snorkelcookislands Posted June 19, 2020 Author Share Posted June 19, 2020 @bangank36 The page URL is snorkelcookislands.com/about-us I've been trying to code the summary blocks on snorkelcookislands.com/about-us to only show 1 item per view on mobile. I've finally managed to do it, but the rest of the items do not show up in the carousel on either desktop or mobile. Please help! Here is the code: [data-section-id="5ed0ee28ef385f4344febfb8"], [data-section-id="5ee7d68e4833d0007a2953e7"] { @media screen and (max-width: 640px) { .summary-item-list { display: flex; flex-direction: column; }}}.summary-item { width: 100%!important; margin-bottom: 50px; }img.summary-thumbnail-image { width: 100%!important; height: 100%!important; margin-bottom: 50px; }.summary-item:nth-child(n+2) { display: none; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.