JasmineL Posted April 7, 2021 Share Posted April 7, 2021 Hello! I'm working on a website for client and I'm using the Instagram grid on the footer. Well, I wanted it to show 2 rows and 6 posts. It keeps showing 10 posts. Is there a code or something I can put in so that it only shows 6 posts? Link to comment
Beyondspace Posted April 7, 2021 Share Posted April 7, 2021 44 minutes ago, JasmineL said: Hello! I'm working on a website for client and I'm using the Instagram grid on the footer. Well, I wanted it to show 2 rows and 6 posts. It keeps showing 10 posts. Is there a code or something I can put in so that it only shows 6 posts? We may need to use custom css to achieve this, what is your site 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
JasmineL Posted April 7, 2021 Author Share Posted April 7, 2021 2 hours ago, bangank36 said: We may need to use custom css to achieve this, what is your site url? https://www.charmingeventscandice.com/ and pw is Charming615 Link to comment
Beyondspace Posted April 7, 2021 Share Posted April 7, 2021 10 hours ago, JasmineL said: https://www.charmingeventscandice.com/ and pw is Charming615 try #block-yui_3_17_2_1_1617095876316_67035 .sqs-gallery-block-grid .sqs-gallery-design-grid .sqs-gallery-design-grid-slide:nth-child(n+7) { display: none; } @media only screen and (max-width: 768px) { #block-yui_3_17_2_1_1617095876316_67035 .sqs-gallery-block-grid .sqs-gallery-design-grid .sqs-gallery-design-grid-slide { width: 33.33% !important; } } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.