MVBDigital Posted February 19, 2022 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
tuanphan Posted February 23, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
MVBDigital Posted February 23, 2022 Author 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; }
tuanphan Posted February 27, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment