Jump to content

Summary Mobile issues

Recommended Posts

  • Replies 8
  • Views 840
  • Created
  • Last Reply

Ok I got it so that the different carousels show on their respected size. I realized that having the image size as auto was causing the issue - so I have changed it to 4:3 ratio. The only thing I need to tweak now is the size of the logos on mobile - I can't seem to target the right element.

/* different summary visible on mobile*/
@media screen and (max-width: 640px) {
  #press {
    display:none;
  }
}
@media screen and (min-width: 640px) {
  #press-mobile-2 {
    display:none;
  }
}

Link to comment
On 12/16/2020 at 3:11 AM, PamCheney said:

Thank you so much for your help!!! 😊

I see on tablet, the navigation is a bit narrow.

To increase width, add this to Home > Design > Custom CSS

/* nav tablet width */
@media screen and (max-width:900px) and (min-width:641px) {
.Header-inner.Header-inner--bottom {
    flex-direction: column;
}
}

image.thumb.png.ef0edba0f4c3bc5b3db156b8c9b99ad9.png

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.