Skip to content

Instantly share code, notes, and snippets.

@kezzbracey
Created September 30, 2013 02:00
Show Gist options
  • Save kezzbracey/6758502 to your computer and use it in GitHub Desktop.
Save kezzbracey/6758502 to your computer and use it in GitHub Desktop.
CSS to add to automatically align all content images in Polygonix Ghost themes.
/* Add to themename/SKINS/themename/css/default.css */
.postbody_nix img {
display: block;
margin-left: auto;
margin-right: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment