dogtug Posted September 13 Share Posted September 13 Site URL: https://www.samdavis.art/ Hi I'm trying to get the image at the bottom of my page to cross over the site's bottom margin without extending the page / scroll bar. I've managed to get it how I wanted in the CSS code preview, but my live site is not showing the same results. Here's my code that works in preview: div #block-yui_3_17_2_1_1726137007164_2425 { position: absolute !important; left: -930px; top: 0px !important; } div #block-yui_3_17_2_1_1726137007164_2425 .sqs-image { justify-content: flex-end !important; } div #block-yui_3_17_2_1_1726137007164_2425 .sqs-image> div { position: absolute !important; bottom: -260px !important; } body.homepage article section:first-child { min-height: unset !important; } This is how I want the image to appear at the bottom of the site: This is how it's currently appearing in my live site: Thank you! Link to comment
Solution tuanphan Posted September 17 Solution Share Posted September 17 Hi, I think you figured it out? It already same as screenshot 1 in my end dogtug 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!) Link to comment
dogtug Posted September 17 Author Share Posted September 17 1 hour ago, tuanphan said: Hi, I think you figured it out? It already same as screenshot 1 in my end Yep I did 🙂 I just had to edit the actual image in photoshop again to remove any white space first. 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