Tagged: center, page title
How can I center the page titles on my website? Thank you!
Hey jhchan,
Please try replacing this code I gave:
#top .title_container .main-title a {
display: block;
line-height: 40px;
}
to:
#top .title_container .main-title a {
display: block;
line-height: 40px;
text-align: center;
}
Best regards,
Nikko
Thank you, I tried that but don’t see any change.
Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon