alletters Posted January 25, 2022 Posted January 25, 2022 Hi, I've tried to fix this using all sorts of CSS code, but nothing has worked as of now. I want to reduce the space between image blocks on mobile. See partner page in link below. Link: https://nectarine-round-7mj7.squarespace.com/Passw: K90Gjper4H78
tuanphan Posted January 26, 2022 Posted January 26, 2022 How about reduce space + make 2 items/row on mobile? You can remove some space inside image 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!)
alletters Posted January 26, 2022 Author Posted January 26, 2022 How do I make two images pr row on mobile? When I add the logos 2x2 and one underneath, they still show up as one per row on mobile.
tuanphan Posted January 27, 2022 Posted January 27, 2022 23 hours ago, alletters said: How do I make two images pr row on mobile? When I add the logos 2x2 and one underneath, they still show up as one per row on mobile. Try adding to Design > Custom CSS /* Mobile Partners logo */ @media screen and (max-width:767px) { div#block-b5d3656d08485264ed98+.row>.col:nth-child(n+2) { width: 50% !important; float: left !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!)
alletters Posted January 27, 2022 Author Posted January 27, 2022 That did the trick! Thank you! May I ask, if I want to apply the same code to another page of the website, how would I find which block to use in the code. Eg. from the above code #block-b5d3656d08485264ed98 I cannot seem to find this when using the "Find Squarespace ID" Chrome extension. Any help would be much appreciated!
tuanphan Posted January 28, 2022 Posted January 28, 2022 21 hours ago, alletters said: That did the trick! Thank you! May I ask, if I want to apply the same code to another page of the website, how would I find which block to use in the code. Eg. from the above code #block-b5d3656d08485264ed98 I cannot seem to find this when using the "Find Squarespace ID" Chrome extension. Any help would be much appreciated! Try this tool: https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en Or you can share link to other pages, we will check & give the code 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!)
alletters Posted January 28, 2022 Author Posted January 28, 2022 I'm already using that tool, however I'm unable to find the ID in your code on the actual page (see below).
alletters Posted January 28, 2022 Author Posted January 28, 2022 I would want the same 2x2 grid on mobile for the bottom of page "Become a Super-User"
tuanphan Posted January 29, 2022 Posted January 29, 2022 On 1/28/2022 at 3:48 PM, alletters said: I would want the same 2x2 grid on mobile for the bottom of page "Become a Super-User" 2 items/row is not possible. How about 3 items/row? 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!)
alletters Posted February 3, 2022 Author Posted February 3, 2022 Would you be able to supply the code for 3x3 images on mobile? Any help would be much appreciated!
tuanphan Posted February 8, 2022 Posted February 8, 2022 On 2/3/2022 at 6:23 PM, alletters said: Would you be able to supply the code for 3x3 images on mobile? Any help would be much appreciated! Add this CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1643013318310_21843+.row>.span-2 { width: 33.3333% !important; float: left !important; } div#block-yui_3_17_2_1_1643013318310_21843+.row>.span-6 .span-2 { width: 33.3333% !important; float: left !important; } div#block-yui_3_17_2_1_1643013318310_21843+.row>.span-6 .span-2 * { font-size: 12px; } } 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