How to Center Titles

Posted in: Newspaper
Post count: 38

This seems like it should be very easy, but to center the titles in my “About Me” and “Contact” pages, I’ve tried adding “text-align:center;” to around ten different HTML elements (elements I got from Inspect Element that were in or around the title), and none of them work. Please help. I’m just trying to center page titles (on the page itself). They come left-aligned.

Post count: 38

My website is FinalFatLoss.com.

I got the code in the browser to center it (modifying “.td-page-title”), but it doesn’t work when I write that code in “Custom Code.”

Post count: 38

Nevermind! I figured it out.

Post count: 3

I have the same problem. Shame Dan didn’t describe *how* he figured it out . . .

Post count: 20688

Hi,


@nostalgi
If you want to center the page title, try a code like this for example
https://www.screencast.com/t/VxK6atcIT5yS
Enter the code in Theme panel->Custom CSS

.td-page-title {
text-align:center;
}

If this is not what you meant, please provide more details and a link to your website if possible for a more accurate solution.

Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.