Wanderdoll Posted June 21, 2021 Share Posted June 21, 2021 Site URL: https://parakeet-alligator-y4sy.squarespace.com/ Hi everyone, I have four overlap images in columns with buttons at the bottom and I'd like the buttons to bottom align even if there is different lengths of text. Any thoughts? Site password is TrishSullivan Link to comment
tuanphan Posted June 22, 2021 Share Posted June 22, 2021 Add to Design > Custom CSS /* Align learn more */ @media screen and (min-width:992px) { div#block-0caf5e05260673fe8ff6+.row { display: flex; } div#block-0caf5e05260673fe8ff6+.row .span-3 { position: relative; flex: 1; padding-bottom: 50px; } div#block-0caf5e05260673fe8ff6+.row .span-3 .image-button-wrapper a { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 999; text-align: center; white-space: nowrap; } div#block-0caf5e05260673fe8ff6+.row figcaption, div#block-0caf5e05260673fe8ff6+.row .image-block, div#block-0caf5e05260673fe8ff6+.row figure { position: static !important; transform: unset !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment