Viewing 1 replies (of 1 total)
  • in style.css of your theme find:

    .alignnone {
    	margin: 5px 20px 20px 0;
    	display: block;
    }

    and

    img.alignnone {
    	clear: both;
    	display: block;
    	overflow: hidden;
    }

    remove display: block; from both, and remove clear: both;

    using a tool such as Firebug http://getfirebug.com/ might help to deal with these kind of fundamental formatting issues.

Viewing 1 replies (of 1 total)
  • The topic ‘Images Inside of Pages are all aligning left by default’ is closed to new replies.