Jump to content

How to center headers and supporting copy only on mobile

Recommended Posts

Posted

Site URL: https://craigkleila.com/

Password to site is "password".

I'm trying to center the text right below the H1 on mobile ("earn more traffic..."), as well as the H2s "What I do" and "Get in Touch" and their supporting copy "data-driven SEO...", "i'm currently available for...". Can someone provide guidance on how to do this?

 

  • Replies 5
  • Views 279
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
Posted
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!)

Posted
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!)

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.