Jump to content

Help please with mobile view

Recommended Posts

  • Replies 1
  • Views 224
  • Created
  • Last Reply

Go to Design > Custom CSS and add the following (you can customize the font sizes to whatever works best with your design:

 

/*Reducing font size for screens smaller than 640px*/
@media screen and (max-width: 640px) {
  h1 {
    font-size: 33px;
  }}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 26px;
  }}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 20px;
  }}
@media screen and (max-width: 640px) {
  .blog-item-wrapper .blog-item-title h1.entry-title  {
    font-size: 24px;
  }}

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.