Jump to content

Mojave issues on mobile with awful text and parallax

Recommended Posts

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

1942655026_ScreenShot2021-09-27at12_40_17AM.thumb.png.71e7bca065cb90db9a9657bf2bad71d6.png258625373_ScreenShot2021-09-27at1_00_43AM.thumb.png.bd14ca6cdf49964cc0ec39c853c00043.png

Link to comment
  • Replies 2
  • Views 331
  • Created
  • Last Reply

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!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.