Jump to content

Summary Mobile issues

Recommended Posts

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

You can add 2 summaries with summary 2 is 1 item/row. We will give the code to show summary 1 on desktop, show summary 2 on mobile.

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

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;
  }
}

Edited by PamCheney
Link to comment

Add to Home > Design > Custom CSS > Then SAVE & RELOAD your site

/* fullwidth summary */
@media screen and (max-width:640px) {
div#block-yui_3_17_2_1_1607997707954_5235>div {
    width: 100%;
}
}

 

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.