SteveBarrett Posted September 22, 2022 Share Posted September 22, 2022 Site URL: https://www.artofair.ie/an-overview-of-air-to-air-heat-pumps Hi everyone, I am trying to get certain elements to stack sooner than Squarespace's default setting. For this example, the image block and text block in the screenshot don't stack until the screen gets very small in width which, in my opinion, looks very messy. Is there any way with CSS to make them stack sooner. Any help would be greatly appreciated. Thank you very much in advance. Steve Link to comment
Solution tuanphan Posted September 24, 2022 Solution Share Posted September 24, 2022 Add to Design > Custom CSS. This will make stack from 1024px or under @media screen and (max-width:1024px) { div#page-section-60c9cb17b3986b78c3d86529 .col { width: 100%; } } SteveBarrett 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!) Link to comment
SteveBarrett Posted September 26, 2022 Author Share Posted September 26, 2022 Thank you, Tuanphan! That worked a treat. Link to comment
SteveBarrett Posted October 7, 2022 Author Share Posted October 7, 2022 Hi, Tuan. Is there a way to make this happen only for certain images and text blocks within a section. For example, on https://www.artofair.ie/heat-pumps-in-ireland, in the hero section, it happens for all elements in the section, but I would like it to happen for only the opening paragraph and text. See screenshot for reference. Thank you very much. Link to comment
tuanphan Posted October 8, 2022 Share Posted October 8, 2022 On 10/7/2022 at 4:23 PM, SteveBarrett said: Hi, Tuan. Is there a way to make this happen only for certain images and text blocks within a section. For example, on https://www.artofair.ie/heat-pumps-in-ireland, in the hero section, it happens for all elements in the section, but I would like it to happen for only the opening paragraph and text. See screenshot for reference. Thank you very much. You can move 3 border boxes to a new section 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
SteveBarrett Posted October 18, 2022 Author Share Posted October 18, 2022 Thanks, Tuan! 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