Lauri Posted October 7, 2020 Share Posted October 7, 2020 Site URL: https://www.statementmakerz.com/ I need some help please. The image on my home page is not showing the entire product on my mobile page and cuts off some on the desktop version. I’ve tried readjusting but nothing is happening. May I get some assistance please. Pictured added of how it looks on mobile Link to comment
tuanphan Posted October 7, 2020 Share Posted October 7, 2020 Add to Home > Design > Custom CSS /* resize mobile banner */ @media screen and (max-width:767px) { .homepage #page section:first-child { min-height: unset !important; height: 40vh; margin-top: 15vh; } } 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
Lauri Posted October 7, 2020 Author Share Posted October 7, 2020 12 minutes ago, tuanphan said: Add to Home > Design > Custom CSS /* resize mobile banner */ @media screen and (max-width:767px) { .homepage #page section:first-child { min-height: unset !important; height: 40vh; margin-top: 15vh; } } Thank you very very much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.