Home / Wordpress / Development Notes / Wordpress Image Alignment Styles

Wordpress Image Alignment Styles


Found in style.css in the current theme directory (wp-content/themes/{theme name}/style.css)
My added code in red.

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.alignleft { float: left; padding-right:10px; }
.alignright { float: right; padding-left:10px; } -- Note the added padding styles to account for use images not running into wrapped text



 RSS of this page