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

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

    to the bottom of your theme’s stylesheet.

    Thread Starter ti286

    (@ti286)

    Thank you! This worked.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Can't align images.’ is closed to new replies.