Jump to content

How to center headers and supporting copy only on mobile

Recommended Posts

  • Replies 5
  • Views 223
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
On 9/6/2022 at 5:54 AM, Craig456 said:

Hi, thanks for the response. This doesn't work though. If I center text on mobile, it also centers the text on desktop.

Try adding this to Design > Custom CSS

/* Mobile-Homepage-Center text */
@media screen and (max-width:767px) {
/* What I do */
div#block-2b146f6a3169f4db2c94, div#block-yui_3_17_2_1_1660687864781_956184 * {
    text-align: center;
}
/* Get in touch */
div#block-yui_3_17_2_1_1661541050975_578395 *, div#block-cb8724349141cf5d81b5 * {
    text-align: center !important;
}
}

I don't see earn more traffic. Which page are you referring to?

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/9/2022 at 9:24 AM, Craig456 said:

Thank you! The earn more traffic text was changed. It's the subtext right under the H1 (maximize your...)

Use this new code

/* Mobile-Homepage-Center text */
@media screen and (max-width:767px) {
/* What I do */
div#block-2b146f6a3169f4db2c94, div#block-yui_3_17_2_1_1660687864781_956184 * {
    text-align: center;
}
/* Get in touch */
div#block-yui_3_17_2_1_1661541050975_578395 *, div#block-cb8724349141cf5d81b5 * {
    text-align: center !important;
}
/* grow your organic */
div#block-yui_3_17_2_1_1660700494123_911821 {
    text-align: center;
}
}

 

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.