Triick Posted November 14, 2020 Posted November 14, 2020 Site URL: https://iris-dandelion-4xwe.squarespace.com/roma-black-technical-1 Hi, I'm trying to set up some simple Text boxes that I eventually want to look like the attached. But I cannot work it out for the life of me i have got them to the same size by using #collection-5fae540116947a58fecef4e8 #block-yui_3_17_2_1_1605367992259_22516, #block-yui_3_17_2_1_1605367992259_18966, #block-yui_3_17_2_1_1605367992259_17670 { min-height: 128px; } But no idea how to make the text vertically centered. Ths site url is https://iris-dandelion-4xwe.squarespace.com/roma-black-technical-1 Password: 123 Any help would be so much appreciated, Thanks Dan
Beyondspace Posted November 14, 2020 Posted November 14, 2020 You can use flex display #collection-5fae540116947a58fecef4e8 #block-yui_3_17_2_1_1605367992259_22516, #block-yui_3_17_2_1_1605367992259_18966, #block-yui_3_17_2_1_1605367992259_17670 { min-height: 128px; display: flex; align-items: center; justify-content: center; } 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
Triick Posted November 14, 2020 Author Posted November 14, 2020 13 minutes ago, bangank36 said: You can use flex display #collection-5fae540116947a58fecef4e8 #block-yui_3_17_2_1_1605367992259_22516, #block-yui_3_17_2_1_1605367992259_18966, #block-yui_3_17_2_1_1605367992259_17670 { min-height: 128px; display: flex; align-items: center; justify-content: center; } Thank you @bangank36 I have never used flex but seen so much posted about it, I'd love to learn more about it, If you know of any resources available to self teach that would be great! Many thanks for your reply!! :)
Beyondspace Posted November 14, 2020 Posted November 14, 2020 I usually learn from w3c school 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
Triick Posted November 14, 2020 Author Posted November 14, 2020 My next question @bangank36 is how do i put spaces between them and also keep all 3 of them the exact same wdith and height? Thanks in advance
Beyondspace Posted November 15, 2020 Posted November 15, 2020 You solved them, congrat 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.