MVBDigital Posted February 19, 2022 Share Posted February 19, 2022 (edited) Site URL: https://sellingsalamone.com Hello! I'm trying to anchor the image overlay to the bottom of the first section here - currently, I've been able to restrict its size, but I'd like it to be at the bottom, not the top. .section-background-overlay { opacity: .5; height: 25%; position: absolute; bottom: 0; } Edited February 19, 2022 by MVBDigital adding tag Link to comment
tuanphan Posted February 23, 2022 Share Posted February 23, 2022 On 2/20/2022 at 12:58 AM, MVBDigital said: Site URL: https://sellingsalamone.com Hello! I'm trying to anchor the image overlay to the bottom of the first section here - currently, I've been able to restrict its size, but I'd like it to be at the bottom, not the top. .section-background-overlay { opacity: .5; height: 25%; position: absolute; bottom: 0; } Use this code .section-background-overlay { opacity: .5 !important; height: 25% !important; position: absolute !important; top: unset !important; } MVBDigital 1 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
MVBDigital Posted February 23, 2022 Author Share Posted February 23, 2022 This worked well - thank you! Link to comment
MVBDigital Posted February 23, 2022 Author Share Posted February 23, 2022 On mobile, I'm having trouble ensuring this content row is also anchored. Any help greatly appreciated! 9 hours ago, tuanphan said: Use this code .section-background-overlay { opacity: .5 !important; height: 25% !important; position: absolute !important; top: unset !important; } Link to comment
tuanphan Posted February 27, 2022 Share Posted February 27, 2022 On 2/24/2022 at 12:15 AM, MVBDigital said: On mobile, I'm having trouble ensuring this content row is also anchored. Any help greatly appreciated! You mean: move text + move overlay to bottom? 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