Jump to content

Text wrapping troubleshooting, site-wide when screen smaller in desktop, ipad, various phone sizes

Recommended Posts

  • Replies 7
  • Views 294
  • Created
  • Last Reply

Top Posters In This Topic

9 hours ago, Ashpash1000 said:

I can but as I said the issue is site wide and happens across different sized screens. screenshot 1 is ipad webpage, screenshot 2 is my husbands iphone. 

 

screenshot 1.png

screenshot 2.png

It looks like you we need to use custom code to solve this.

You can add this to Design > Custom CSS

/* Prepartion */
div#block-f6368df725f6c625c447 {
  h3 {
      font-size: 100px;
  }
@media screen and (max-width:991px) {
	h3 {
    font-size: 50px;
}
}
}

 

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
On 9/12/2022 at 3:40 AM, Ashpash1000 said:

It worked like that on the larger screen iphone but makes the writing really small. It didn't work on the smaller desktop screen. 

You can add more screen size to the code & adjust the font size value, for eg

/* Prepartion */
div#block-f6368df725f6c625c447 {
  h3 {
      font-size: 100px;
  }
@media screen and (min-width:992px) and (max-width:1300px) {
h3 {
      font-size: 40px;
  }
}
@media screen and (max-width:991px) {
	h3 {
    font-size: 50px;
}
}
}

 

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

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.