Jump to content

Center Subtitle

Go to solution Solved by tuanphan,

Recommended Posts

How can I center the subtitle "Aspiring Journalist" directly below my name? Below is the code I'm using. 

.header-title:after{white-space: pre;content:"Aspiring Journalist"; color: black; font-size:.9rem; dispaly: inline; text-align: center !important; postion: center; position: absolute !important; display: block; }

url: charlieclewis.com

I have never coded before and am figuring it out by perusing this forum. I expected the text-align or position would fix it, but I guess not. Thank you! 

Screenshot 2024-01-15 at 2.37.34 PM.png

Link to comment
  • Replies 2
  • Views 1.1k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • Solution

Change your code to this

a#site-title:after {
    white-space: pre;
    content: "Aspiring Journalist";
    color: #000;
    font-size: .9rem;
    text-align: center !important;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
}
a#site-title {
    position: relative;
}

image.png.77c5329f61c5e12d7337054487237b39.png

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.