beccadunlop Posted December 22, 2020 Posted December 22, 2020 Site URL: https://www.bordersandblasting.com/ I'm updating a site for a customer who wanted a square image - poster block to display the page titles. They want the text to be positioned at the bottom of the image on all devices. At the moment, using the below code, I've managed to make it sit at the bottom on the mobile view, but not the desktop. Please can anyone help me with code to make it do both? Thanks hr { padding: 1px 0 1.5px 0;} .design-layout-poster .image-title-wrapper { margin-top: 190px; }
tuanphan Posted January 2, 2021 Posted January 2, 2021 Hi. Remove your code & add this code /* Align poster title */ figure.design-layout-poster figcaption.image-card-wrapper { align-items: flex-end !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
beccadunlop Posted January 5, 2021 Author Posted January 5, 2021 That was just what I needed. Thank you so much.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.