Center Page Titles
-
I’m trying to center the Page Titles. I’ve read previous posts and followed the instructions but nothing is working. When I use Inspect on Chrome, I find this:
.entry-title {
clear: both;
margin-bottom: 3px;
text-align: -webkit-auto;
}When I change the text-align selection to this:
.entry-title {
clear: both;
margin-bottom: 3px;
text-align: center;
}This changes the alignment of the title to center on the page in the Chrome window. But when I add this to Additional CSS in the Customizer, nothing happens:
.entry-title {
text-align: center;
}I tried adding it to the CSS Stylesheet in the Raindrops-Child theme I set up….still nothing. What am I doing wrong?
Thanks,
Gary
The page I need help with: [log in to see the link]
- The topic ‘Center Page Titles’ is closed to new replies.