Center content

Hi there,

I’ve searched through the forum but can’t seem to find the answer.

I want to center the content on pages - what code should I add to do this?

The site I’m working on is: http://phil.ava-dev.uk/

Thanks!

Hi @charlotte2,

What type of content do you want to center?

For text you could use this css code:

#blog .blog-post .blog-post-entry {
text-align:center;
}

Thanks,

Cristian