eclemons Posted August 14, 2019 Posted August 14, 2019 (edited) My website www.emergingmethodism.com has an Instagram block on it, with 9 images in the grid. I need it to look the same on mobile as it does on desktop - with 3 rows of 3 images - but I don't know how to write the custom CSS for it. Edited August 14, 2019 by eclemons Initial Revision
tuanphan Posted December 20, 2019 Posted December 20, 2019 @eclemons @Etrenoir @Creativore Add this to Home > Design > Custom CSS (Each site will need different block ID. This code for @eclemons site) @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1565372617118_21335 .sqs-gallery-design-grid-slide { width: 33.33% !important; } } Creativore, rossdholden, caebrasil and 2 others 2 3 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!)
Claire_auck Posted March 18, 2020 Posted March 18, 2020 I've just used this code and it worked a treat! @tuanphan yet again, thank you so much!!!
roseys_eyewear Posted March 20, 2020 Posted March 20, 2020 I'm a noob, where does this get pasted? I pasted in Design>CSS and it didnt work
tuanphan Posted March 20, 2020 Posted March 20, 2020 5 minutes ago, roseys_eyewear said: I'm a noob, where does this get pasted? I pasted in Design>CSS and it didnt work Each site has different block ID. So you should share url to check. if you don't want to share url, you can add this code to Home > Design > Custom CSS, not sure it will work. @media screen and (max-width:640px) { .sqs-gallery-design-grid-slide { width: 33.33% !important; } } 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!)
aricraven Posted April 22, 2020 Posted April 22, 2020 On 12/20/2019 at 5:05 AM, tuanphan said: Add this to Home > Design > Custom CSS (Each site will need different block ID. This code for @eclemons site) @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1565372617118_21335 .sqs-gallery-design-grid-slide { width: 33.33% !important; } } @tuanphan I am looking to do the same thing on the bottom of my site at www.aricraven.com if you're able to help with the custom code block ID. Thank you so much!
tuanphan Posted April 22, 2020 Posted April 22, 2020 11 minutes ago, aricraven said: @tuanphan I am looking to do the same thing on the bottom of my site at www.aricraven.com if you're able to help with the custom code block ID. Thank you so much! It seems you solved? I see 3 items/row here. 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!)
sashapasta Posted May 29, 2020 Posted May 29, 2020 (edited) Hi @tuanphan, I'm struggling with the same issue. I'm on v7.1, please could you help me with a code for my mobile version? It's showing width of two on mobile, I'd like it to show three. It's sashapasta.co.uk, I've messaged you the password. 🙂 Edited May 29, 2020 by sashapasta
tuanphan Posted May 29, 2020 Posted May 29, 2020 3 hours ago, sashapasta said: Hi @tuanphan, I'm struggling with the same issue. I'm on v7.1, please could you help me with a code for my mobile version? It's showing width of two on mobile, I'd like it to show three. It's sashapasta.co.uk, I've messaged you the password. 🙂 Look delicious. Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#block-008f42bfe2ae9d11e489 .slide { width: 33.33% !important; } } 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!)
sashapasta Posted June 1, 2020 Posted June 1, 2020 On 5/29/2020 at 3:11 PM, tuanphan said: Look delicious. Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#block-008f42bfe2ae9d11e489 .slide { width: 33.33% !important; } } @tuanphan ahhhhh thank you so much!! Worked a treat, thank you :-))))))
Lsoper Posted June 1, 2020 Posted June 1, 2020 Hi there, struggling with the same issue - please help!! lellasoper.com THANK YOU!!
tuanphan Posted June 2, 2020 Posted June 2, 2020 17 hours ago, Lsoper said: Hi there, struggling with the same issue - please help!! lellasoper.com THANK YOU!! Where is instagram? Can you take a screenshot? 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!)
Sarahpsilva Posted July 11, 2020 Posted July 11, 2020 Hi @tuanphan, I'm having the same issue. My Instagram block shows a width of two on mobile but I'd like it to show three. I'm on v7.1, could you help me with the coding? My site is sarahsilva.ca Thanks!
HoZ Posted July 11, 2020 Posted July 11, 2020 (edited) Hi @tuanphan please help me too! I couldn't figure out how to get my IG gallery to show three on mobile either (v7.1). My site is houseofzeus.ca and I messaged you with the password. Thanks a bunch! Edited July 12, 2020 by HoZ missing tag
rwp Posted July 11, 2020 Posted July 11, 2020 @Sarahpsilva @media screen and (max-width:640px) { #block-yui_3_17_2_1_1593024627138_17518 .sqs-gallery-design-grid-slide { width: 33.33% !important; } } tuanphan and Sarahpsilva 2
Sarahpsilva Posted July 12, 2020 Posted July 12, 2020 17 hours ago, rwp said: @Sarahpsilva @media screen and (max-width:640px) { #block-yui_3_17_2_1_1593024627138_17518 .sqs-gallery-design-grid-slide { width: 33.33% !important; } } Worked like a charm! Thank you @rwp rwp 1
michael_bates Posted July 16, 2020 Posted July 16, 2020 (edited) Can anyone help me add a 3x3 grid view for Instagram mobile view with my squarespace site? https://www.wb-retail.com/product-design-rendered-displays Thanks, Michael Edited July 16, 2020 by michael_bates
tuanphan Posted July 16, 2020 Posted July 16, 2020 1 hour ago, michael_bates said: Can anyone help me add a 3x3 grid view for Instagram mobile view with my squarespace site? https://www.wb-retail.com/product-design-rendered-displays Thanks, Michael Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .instagram-block .sqs-gallery-design-grid-slide { width: 33.33% !important; } } michael_bates 1 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!)
backcountrybill Posted July 20, 2020 Posted July 20, 2020 Can anyone tell me how to change my Instagram to 3 columns. I can't find the block ID myself. Thanks https://www.rogueotter.com/contact
tuanphan Posted July 20, 2020 Posted July 20, 2020 22 minutes ago, backcountrybill said: Can anyone tell me how to change my Instagram to 3 columns. I can't find the block ID myself. Thanks https://www.rogueotter.com/contact Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .instagram-block .sqs-gallery-design-grid-slide { width: 33.33% !important; } } backcountrybill 1 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!)
AndreSchmidt Posted June 7, 2021 Posted June 7, 2021 Hi @tuanphan- I'd like to show 3 images (instead of 2) in a row on mobile, like it is on desktop. Not in an Instagram block, but for a normal image block. Here is the page: https://schmidt101.com/new-page. I tried the code that you mentioned, but it didn;t work. Thank you so much for your help, keep up the great work! Andre
tuanphan Posted June 8, 2021 Posted June 8, 2021 22 hours ago, AndreSchmidt said: Hi @tuanphan- I'd like to show 3 images (instead of 2) in a row on mobile, like it is on desktop. Not in an Instagram block, but for a normal image block. Here is the page: https://schmidt101.com/new-page. I tried the code that you mentioned, but it didn;t work. Thank you so much for your help, keep up the great work! Andre Add to New Page Header <style> @media screen and (max-width:767px) { .gallery-grid--layout-grid .gallery-grid-wrapper { grid-template-columns: repeat(3,1fr) !important; } } </style> AndreSchmidt 1 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment