leyrose Posted August 18, 2021 Posted August 18, 2021 Site URL: https://conscious.org.au Hi there, I'm wanting to stick the homepage image to the bottom of the page only on mobile. I've managed to resize it to fit but no luck with alignment. https://conscious.org.au Thanks so much in advance.
tuanphan Posted August 22, 2021 Posted August 22, 2021 On 8/18/2021 at 7:35 AM, leyrose said: Site URL: https://conscious.org.au Hi there, I'm wanting to stick the homepage image to the bottom of the page only on mobile. I've managed to resize it to fit but no luck with alignment. https://conscious.org.au Thanks so much in advance. Hi, Add to Design > Custom CSS > Then save & reload the site @media screen and (max-width:640px) { div#fullscreenBrowser { position: fixed !important; bottom: 0; left: 0 !important; } div#fullscreenBrowser img { width: 100% !important; height: auto !important; left: 0 !important; top: 70vh !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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.