rosa-h Posted April 27, 2022 Share Posted April 27, 2022 Site URL: https://grouse-tuatara-8twd.squarespace.com Hi! I want to vertically align a text block next to an image on my site. https://grouse-tuatara-8twd.squarespace.com password: stamou22 I'd be so thankful for any tips! Link to comment
Beyondspace Posted April 27, 2022 Share Posted April 27, 2022 49 minutes ago, rosa-h said: Site URL: https://grouse-tuatara-8twd.squarespace.com Hi! I want to vertically align a text block next to an image on my site. https://grouse-tuatara-8twd.squarespace.com password: stamou22 I'd be so thankful for any tips! Try adding to Home > Design > Custom Css section[data-section-id="6212acdfe0a8163324cd6fa3"] .sqs-layout > .row { display: flex; } section[data-section-id="6212acdfe0a8163324cd6fa3"] .sqs-layout > .row > .span-7 { display: flex; } Let me know how it works on your site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted April 27, 2022 Share Posted April 27, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
rosa-h Posted April 28, 2022 Author Share Posted April 28, 2022 17 hours ago, bangank36 said: Try adding to Home > Design > Custom Css section[data-section-id="6212acdfe0a8163324cd6fa3"] .sqs-layout > .row { display: flex; } section[data-section-id="6212acdfe0a8163324cd6fa3"] .sqs-layout > .row > .span-7 { display: flex; } Let me know how it works on your site Hi, Thank you for getting back to me! I have already used another solution for the homepage. However, I would love to try this on the other page as I have the same issue there. Are you using the data section id? I have tried to alter the code you have provided accordingly, but unfortunately that didn't wok. https://grouse-tuatara-8twd.squarespace.com/die-philosophie password: stamou22 The code I tried: section[data-section-id="622f634388486d6bcd1006bf"] .sqs-layout > .row { display: flex; } section[data-section-id="622f634388486d6bcd1006bf"] .sqs-layout > .row > .span-7 { display: flex; } Link to comment
tuanphan Posted May 1, 2022 Share Posted May 1, 2022 On 4/28/2022 at 4:50 PM, rosa-h said: Hi, Thank you for getting back to me! I have already used another solution for the homepage. However, I would love to try this on the other page as I have the same issue there. Are you using the data section id? I have tried to alter the code you have provided accordingly, but unfortunately that didn't wok. https://grouse-tuatara-8twd.squarespace.com/die-philosophie password: stamou22 The code I tried: section[data-section-id="622f634388486d6bcd1006bf"] .sqs-layout > .row { display: flex; } section[data-section-id="622f634388486d6bcd1006bf"] .sqs-layout > .row > .span-7 { display: flex; } Try this new code @media screen and (min-width:768px) { div#page-section-622f634388486d6bcd1006bf>.row { display: flex; align-items: center; }} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
rosa-h Posted May 14, 2022 Author Share Posted May 14, 2022 Hi, Thank you for this! I have applied the code you've provided and now the left image is now out of alignment. How can I dress this? Link to comment
tuanphan Posted May 15, 2022 Share Posted May 15, 2022 On 4/28/2022 at 4:50 PM, rosa-h said: Hi, Thank you for getting back to me! I have already used another solution for the homepage. However, I would love to try this on the other page as I have the same issue there. Are you using the data section id? I have tried to alter the code you have provided accordingly, but unfortunately that didn't wok. https://grouse-tuatara-8twd.squarespace.com/die-philosophie password: stamou22 The code I tried: section[data-section-id="622f634388486d6bcd1006bf"] .sqs-layout > .row { display: flex; } section[data-section-id="622f634388486d6bcd1006bf"] .sqs-layout > .row > .span-7 { display: flex; } The url doesn't exist. Can you check it again? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
rosa-h Posted May 26, 2022 Author Share Posted May 26, 2022 On 5/15/2022 at 10:01 AM, tuanphan said: The url doesn't exist. Can you check it again? sorry, this is the right one: https://grouse-tuatara-8twd.squarespace.com/about 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