Site logo

Archived topic

Content should be in the center

5 replies · Started by Sanu Kumar on March 29, 2020

Viewing posts 1–6 of 6

Hi there,

Any chance you can link us to the site in question?

You can edit the original topic and use the private URL field.

Let me know :)

Changed

So you want everything to be in the center?

If so try this CSS:

.site-content {
    text-align: center;
}

So just the heading in the center?

If so try this:

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