thecheekypineapple Posted October 10, 2022 Share Posted October 10, 2022 Site URL: https://www.thecheekypineapple.com Hello everyone, I'm hoping someone will be able to tell me how to make the boxes in my "simple list" all the same size. I have them on my homepage for my services, but cant figure out how to make them all even. I've tried adjusting the content, but then I lose important information. If anyone could help me out, I'd really appreciate it. Thanks! Concetta Link to comment
Solution joseph81 Posted October 10, 2022 Solution Share Posted October 10, 2022 (edited) I believe you have an alignment set to top but you need to align items with stretch, so this needs to take effect: .user-items-list-simple[data-alignment-vertical="stretch"] If you don't find the settings for alignment then just set this in the css: .user-items-list-simple[data-section-id="6108257b9deb7c4c6b6631d9"] { align-items: stretch; } Edited October 10, 2022 by joseph81 thecheekypineapple 1 Jozsef Kerekes - Front-end developer and Squarespace enthusiast My Blog: https://ui-workarounds.comIf you like my answer, please give me an upvote/like. Highly appreciated. Link to comment
thecheekypineapple Posted October 11, 2022 Author Share Posted October 11, 2022 That's worked beautifully, thank you so much! 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