Forums

[resolved] Images not centering (3 posts)

  1. JessWritesBooks
    Member
    Posted 3 months ago #

    I just inserted an image onto a page and set it to be centered, but when I view the page, the image isn't centered. I've set the image class as aligncenter and the css has the following for the aligncenter class:

    .aligncenter {
    		margin-left: auto !important;
    		margin-right: auto !important;
    	}

    So why isn't the image centered? Am I such a complete n00b that I've done something horribly wrong? (Probably...)

    The page in question is my about us page.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 3 months ago #

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

  3. JessWritesBooks
    Member
    Posted 3 months ago #

    Thanks! I have looked at firebug before, so maybe I should actually use it... I also found that the CSS page in the Codex had stuff I somehow overlooked, and that seems to have solved the problem.

Reply

You must log in to post.

About this Topic