Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding:

    .aligncenter {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    }
    
    .alignleft {
    	float: left;
    }
    
    .alignright {
    	float: right;
    }

    to the bottom of style.css.

    Thread Starter marmelade

    (@marmelade)

    Hm, doesn’t seem to work, but thanks anyway ??

    this following style in style.css is forcing all images in posts to float left, and overwrites all alignments:

    .PostContent img { margin: 0px 10px 10px 0px; float: left; border:solid 1px #495b6b;}

    removing the ‘float: left;’ from it should resolve your problem.

    .PostContent img { margin: 0px 10px 10px 0px; border:solid 1px #495b6b;}

    Thread Starter marmelade

    (@marmelade)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Theme problem’ is closed to new replies.