Jump to content

Product title letters overlapping, especially on mobile

Recommended Posts

  • Replies 9
  • Created
  • Last Reply

Top Posters In This Topic

11 hours ago, thecurator said:

Site made temporarily public. Thanks.

Q1. You need to adjust line height of heading 1 in Site Styles

Or add this to Design > Custom CSS

@media screen and (max-width:640px) {
h1.ProductItem-details-title {
    line-height: 50px !Important;
}
h1.ProductList-title {
    line-height: 20px !Important;
}
}

 

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
12 hours ago, tuanphan said:

Q1. You need to adjust line height of heading 1 in Site Styles

Or add this to Design > Custom CSS

@media screen and (max-width:640px) {
h1.ProductItem-details-title {
    line-height: 50px !Important;
}
h1.ProductList-title {
    line-height: 20px !Important;
}
}

 

Thank you so much. That seems to have done the trick. Do you happen to have any suggestions on how I can fix the spacing in the footer on mobile? Like in the third picture above.

Link to comment
11 hours ago, thecurator said:

Thank you so much. That seems to have done the trick. Do you happen to have any suggestions on how I can fix the spacing in the footer on mobile? Like in the third picture above.

Hi. You mean reduce spacing?

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 8/18/2021 at 1:36 PM, thecurator said:

Fixed. Sorry

Hi. Add to Design > Custom CSS

/* footer spacing */
@media screen and (max-width:640px) {
nav.Footer-nav {
    line-height: 2em;
}
}

 

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.