JUSTIN1234 Posted March 7, 2023 Posted March 7, 2023 Hello, Can anyone in the community help me with the alignment of the buttons of the image stack blocks to evenly horizontal? Ive tried button paddings, CSS height codes but it dosen't seem to work well. I have been looking at other forums, but it always customised to that particular page only. Much appreciated if anybody can help me with this. Many thanks, Justin
JUSTIN1234 Posted March 7, 2023 Author Posted March 7, 2023 Hi @tuanphan , I've seen you've successfully helped this problem before, I've tried to copy the code from previous page, but it won't work. Can you kindly help me out with this one? Best Justin
Ziggy Posted March 7, 2023 Posted March 7, 2023 This isn't the easiest problem to solve on 7.0, the ideal would be to copy-design the text to be the same length. But you can add CSS for desktop to have a minimum height for each text block, and that typically helps this in most situations. Can you provide your website URL and the page this is on so I can give you some code? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
JUSTIN1234 Posted March 8, 2023 Author Posted March 8, 2023 Thanks for helping, the website URL is https://www.lexta.co/celebration-of-craftsmanship It's located towards the bottom of the site. I think adding CSS for desktop minimum height is a good way to do this. Mobile is already stacked upon each other. I'll let you decide which is best. I look forward to your reply.
Solution Ziggy Posted March 8, 2023 Solution Posted March 8, 2023 Try this Custom CSS: @media only screen and (min-width:768px) { #new-page-5 { .sqs-block-image .design-layout-stack .image-subtitle-wrapper { min-height:120px; } } } JUSTIN1234 and tuanphan 1 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
JUSTIN1234 Posted March 13, 2023 Author Posted March 13, 2023 On 3/8/2023 at 5:12 PM, Ziggy said: Try this Custom CSS: @media only screen and (min-width:768px) { #new-page-5 { .sqs-block-image .design-layout-stack .image-subtitle-wrapper { min-height:120px; } } } A massive thank you Ziggy. It worked beautifully, bravo ! Ziggy 1
Ziggy Posted March 13, 2023 Posted March 13, 2023 3 minutes ago, JUSTIN1234 said: A massive thank you Ziggy. It worked beautifully, bravo ! Fantastic to hear that, thanks for marking my post as the solution! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
mdemartin Posted August 15, 2023 Posted August 15, 2023 Hello - I tried this on a page of mine but it doesn't work - I substituted the page name but I guess I'm doing something wrong? Thanks in advance: @media only screen and (min-width:768px) { #critical-industries-2023 { .sqs-block-image .design-layout-stack .image-subtitle-wrapper { min-height:160px; } } }
Ziggy Posted August 16, 2023 Posted August 16, 2023 @mdemartin If you can share your website URL and the section I can potentially help. Targeting sections via the page URL slug is only applicable to some of the older tempaltes. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
mdemartin Posted August 17, 2023 Posted August 17, 2023 Thank you very much. Following is the URL: https://www.span.org/critical-industries
Ziggy Posted August 17, 2023 Posted August 17, 2023 You're using 7.1 so that isn't a way to target the page. You can use the page collection ID or section ID, but not the page URL. #collection-640b1aec4478655213340f34 section[data-section-id="640b1aec4478655213340f36"] https://squarefortytwo.com/squarespace-guides/find-an-id-in-squarespace-71 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
mdemartin Posted August 17, 2023 Posted August 17, 2023 Oh my gosh - thank you very much Ziggy! Ziggy 1
Ziggy Posted August 17, 2023 Posted August 17, 2023 2 minutes ago, mdemartin said: Oh my gosh - thank you very much Ziggy! Happy to help! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment