Comment on WordPress Theme Development by SEO Dave.

Stallion Responsive WordPress Theme Do you mean a CSS class that when you add the code to a post it centers?

Create a class like postcenter and add it to the end of the style.css file.

.postcenter {
width: 200px;
text-align: center;
}

Edit the width to the size you want.

And use the class in a post

<div class="postcenter">
content you want centered.
</div>

Merry Christmas :-)

David