Jump to content

Trying to centre project title and description but only on the mobile version of the site

Recommended Posts

  • Replies 4
  • Views 189
  • Created
  • Last Reply

Top Posters In This Topic

Add the following to Design > Custom CSS.

@media only screen and ( max-width : 767px ) {

  #projectPages .project-meta {
  
    text-align : center;
    
    }
    
  #projectPages h2.project-title {
  
    display : block;
    text-align : center;
    
    }
    
  }

This is for v7.0 using the Montauk template family.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
8 hours ago, creedon said:

Add the following to Design > Custom CSS.

@media only screen and ( max-width : 767px ) {

  #projectPages .project-meta {
  
    text-align : center;
    
    }
    
  #projectPages h2.project-title {
  
    display : block;
    text-align : center;
    
    }
    
  }

This is for v7.0 using the Montauk template family.

Let us know how it goes.

that worked a treat, thankyou so much, i appreciate the response 

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.