I have a blog on wordpress and I need to center an object. What is the easiest way?
You would actually use HTML and CSS to do that. :)
<div style="text-align: center;"> YOUR OBJECT HERE </div>