Jump to content

How can I modify font sizes in the mobile version?

Recommended Posts

Hi folks, I have an issue with my website and could use your support.

Unfortunately, my uploaded custom font is displayed way too large in the mobile template, and I would like to adjust the size. How can I change the font sizes for individual headings (h1, h2, etc.) specifically for the mobile version? I would be grateful for your help!
 

Site: https://maltemartenmethod.squarespace.com/
Pword: maltemartenmethod2023

Link to comment

Use this CSS code (Website Tools > Custom CSS)

@media screen and (max-width:767px) {
	h1 {
		font-size: 30px !important;
}
	h2 {
		font-size: 20px !important;
}
	h3 {
		font-size: 10px !important;
}
}

 

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.