gfp1995 Posted September 27, 2021 Posted September 27, 2021 Is there anything that can be done to fix whatever nightmare this is? Is it possible to set the dimensions for the image so that it maintains the widescreen look on mobile? EDIT: I've figured out how to make the banner image the correct dimensions on mobile, the lower parallax banner is still giving me issues though. And now the text the still big overtop of the smaller image. Website is westendswords.com password is occsfamily
gfp1995 Posted September 27, 2021 Author Posted September 27, 2021 For reference this is how it looks on desktop
tuanphan Posted September 28, 2021 Posted September 28, 2021 Add to Design > Custom CSS > Save & reload the site /* Resize Parallax Image - Text Mobile */ @media screen and (max-width:640px) { body.homepage .Parallax-item img { width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; } body.homepage .Parallax-item figure { transform: unset !important; } /* in person */ section#intro { min-height: unset !important; height: 180px; } section#intro h1 { font-size: 20px; } /* new to fencing */ section#new { min-height: unset !important; height: 200px !important; } section#new h1 { font-size: 24px; } /* last section */ section#join { min-height: unset !important; height: 180px; } } 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.