gfp1995 Posted September 27, 2021 Share Posted September 27, 2021 (edited) 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 Edited September 27, 2021 by gfp1995 Link to comment
gfp1995 Posted September 27, 2021 Author Share Posted September 27, 2021 For reference this is how it looks on desktop Link to comment
tuanphan Posted September 28, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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