ykimmmmmm Posted March 11, 2021 Share Posted March 11, 2021 Site URL: https://www.kriswraight.com/ I implemented a GIF as a background as a landing page before people enter the site. On the desktop it's fine but on mobile the background gif image gets cutoff. Is there specific code that I have to implement to ensure it fits in the screen on mobile.? Link to comment
tuanphan Posted March 20, 2021 Share Posted March 20, 2021 Hi. Try adding to Design > Custom CSS @media screen and (max-width:767px) { body.homepage article section:first-child { min-height: 15vh !important; height: 30vh; } } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.