hannahpellatt Posted November 30, 2021 Share Posted November 30, 2021 Site URL: https://pentagon-snail.squarespace.com I know there must be a way to do this but I can't find any threads on this topic! As you'll see in the screenshot, the Collage layout doesn't look great on mobile. If possible, I want to switch the layout to Stack. Thank you in advance for any guidance Website password is: kerri2021 Link to comment
tuanphan Posted December 1, 2021 Share Posted December 1, 2021 Add to Design > Custom CSS @media screen and (max-width:767px) { body.homepage .design-layout-collage .intrinsic { width: 100% !important; left: 0 !important; } body.homepage .design-layout-collage figcaption { width: 100% !important; } } cassandrafrankly and hannahpellatt 2 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
hannahpellatt Posted December 5, 2021 Author Share Posted December 5, 2021 That worked perfectly, thank you so much. Link to comment
hannahpellatt Posted December 5, 2021 Author Share Posted December 5, 2021 @tuanphan I need to do the same on the About page of the site... what needs to change in the above css? Just the part about which page it's on? Link to comment
tuanphan Posted December 8, 2021 Share Posted December 8, 2021 On 12/5/2021 at 8:55 PM, hannahpellatt said: @tuanphan I need to do the same on the About page of the site... what needs to change in the above css? Just the part about which page it's on? Edit about page >> Add a Code Block under Collage Image Block >> paste this code <style> @media screen and (max-width:767px) { .design-layout-collage .intrinsic { width: 100% !important; left: 0 !important; } .design-layout-collage figcaption { width: 100% !important; } } </style> 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment