SophieTW Posted November 30, 2020 Posted November 30, 2020 Site URL: https://www.soof.design/ Hi guys! I need help horizontally aligning an image, text block and a button in a section on my website. I'm a beginner CSS-er, and I wouldn't know where to start generating custom code for this. My website is: https://www.soof.design/ The section I'm talking about is this green one: A horizontal alignment on desktop and tablet, and a vertical alignment on mobile is what I'm aiming for. I would love it if someone could point me in the right direction to a solution. Cheers and thanks, Sophie
Beyondspace Posted December 3, 2020 Posted December 3, 2020 On 11/30/2020 at 6:14 PM, SophieTW said: Site URL: https://www.soof.design/ Hi guys! I need help horizontally aligning an image, text block and a button in a section on my website. I'm a beginner CSS-er, and I wouldn't know where to start generating custom code for this. My website is: https://www.soof.design/ The section I'm talking about is this green one: A horizontal alignment on desktop and tablet, and a vertical alignment on mobile is what I'm aiming for. I would love it if someone could point me in the right direction to a solution. Cheers and thanks, Sophie I can only help align them on mobile @media only screen and (max-width: 640px) { #etsy-shop .sqs-block-button .sqs-block-button-container--right { text-align: center; } } since you placed the element on strange column order, I may need to access page editor to fix on desktop to make it align in middle. invite me as collaborator to help if you need bangank36@gmail.com BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Archived
This topic is now archived and is closed to further replies.