cocktailinajar Posted May 29, 2020 Share Posted May 29, 2020 Site URL: https://sprout-pelican-95wn.squarespace.com/ Hi there pretty new to squarespace and creating websites. I just thought I would see if someone knew how to reduce the space between these two images in my footer on mobile only? Password to site is: Isaac Any help would be much appreciated! Thanks Ryan Link to comment
jpeter Posted May 29, 2020 Share Posted May 29, 2020 You can add this CSS: footer .image-block { transform: none; } Full stack developer who loves helping people out with anything web related. If you'd like to support me, buy me a coffee! Link to comment
cocktailinajar Posted May 31, 2020 Author Share Posted May 31, 2020 Hi @jpeter. Thanks for getting back to me. Do I just paste this in custom css? It didn't seem to work 😞 Link to comment
jpeter Posted June 1, 2020 Share Posted June 1, 2020 On 5/31/2020 at 6:46 AM, cocktailinajar said: Hi @jpeter. Thanks for getting back to me. Do I just paste this in custom css? It didn't seem to work 😞 Yeah, following this article for adding custom CSS: https://support.squarespace.com/hc/en-us/articles/206545567#toc-add-css-code You can try increasing the specificity of the CSS selector by using the ID of the page section that wraps both elements, page-section-5ec92d754800825652e309fe: #page-section-5ec92d754800825652e309fe .image-block { transform: none; } Full stack developer who loves helping people out with anything web related. If you'd like to support me, buy me a coffee! Link to comment
tuanphan Posted June 1, 2020 Share Posted June 1, 2020 21 minutes ago, jpeter said: Yeah, following this article for adding custom CSS: https://support.squarespace.com/hc/en-us/articles/206545567#toc-add-css-code You can try increasing the specificity of the CSS selector by using the ID of the container that wraps both elements, yui_3_17_2_1_1590994328909_127: #yui_3_17_2_1_1590994328909_127 .image-block { transform: none; } #yui will change if you refresh the page use #block-yui 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!) Link to comment
jpeter Posted June 1, 2020 Share Posted June 1, 2020 Thanks @tuanphan updated the CSS of the response that uses the ID. Decided to target the page-section ID's rather than the individual block ID's. Full stack developer who loves helping people out with anything web related. If you'd like to support me, buy me a coffee! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.