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? Beyondspace 1 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? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Beyondspace 1 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; } } tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. 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