Guest Posted April 1, 2022 Share Posted April 1, 2022 Site URL: https://www.myrecoveryuk.co.uk/ would anyone know any code to make my Instagram gallery display all on one line in mobile view? Link to comment
tuanphan Posted April 1, 2022 Share Posted April 1, 2022 Add to Design > Custom CSS /* Mobile gallery one line */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1648837316693_8699 .slide { width: 33.3333% !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Guest Posted April 2, 2022 Share Posted April 2, 2022 15 hours ago, tuanphan said: Add to Design > Custom CSS /* Mobile gallery one line */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1648837316693_8699 .slide { width: 33.3333% !important; } } Hi Kefan thank you again it worked perfectly just for my own curiosity what does this part of the code do? div#block-yui_3_17_2_1_1648837316693_8699 and where do you get it from? Link to comment
tuanphan Posted April 2, 2022 Share Posted April 2, 2022 8 hours ago, jakelyd said: Hi Kefan thank you again it worked perfectly just for my own curiosity what does this part of the code do? div#block-yui_3_17_2_1_1648837316693_8699 and where do you get it from? It is block id. Use this free tool to find block id. https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Guest Posted April 6, 2022 Share Posted April 6, 2022 On 4/2/2022 at 11:58 PM, tuanphan said: It is block id. Use this free tool to find block id. https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en thanks I've downloaded it, a good thing to know that! 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