Site logo

Archived topic

center the post titlle listed y my blog page

2 replies · Started by cristhian on April 28, 2017

Viewing posts 1–3 of 3

i need help to get an CSS code to center all posts titles in the blog page. i use the CSS

h1.entry-title {
text-align: center;

to center them, but it only works when i open the post. please someone help me with this

You could also do this:

h2.entry-title {
    text-align: center;
}
This archived topic is closed to new replies.