sawyerlew Posted September 21, 2023 Share Posted September 21, 2023 (edited) Hello! I'm having trouble fixing an issue on the mobile site. There is too much blank space, and it's cutting off my image. Any suggestions? The man in the photo is holding a sign that needs to be visible. Edited September 21, 2023 by sawyerlew typing error Link to comment
tuanphan Posted September 22, 2023 Share Posted September 22, 2023 Hi, Can you share link to page in screenshot? 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
sawyerlew Posted September 27, 2023 Author Share Posted September 27, 2023 https://www.calvaryupc.net/first-time Link to comment
tuanphan Posted September 29, 2023 Share Posted September 29, 2023 Add this code to Website > Page > Website Tools (under Not Linked) > Custom CSS @media screen and (max-width:640px) { body#collection-641c706da65da51b6784598a { .Parallax-item:first-child img { width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; } .Parallax-item, .Parallax-item figure, section.Intro.Intro--has-image { height: 250px !important; } section.Intro.Intro--has-image { height: 200px !important; } }} With these space, this is 2 empty Text Block, you can remove it 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
Create an account or sign in to comment
You need to be a member in order to leave a comment