htmlcsscentering

Centering an object in WordPress


I have a blog on wordpress and I need to center an object. What is the easiest way?


Solution

  • You would actually use HTML and CSS to do that. :)

    <div style="text-align: center;"> YOUR OBJECT HERE </div>