Title: image alignment
Last modified: May 23, 2017

---

# image alignment

 *  Resolved [rasta_wdpr](https://wordpress.org/support/users/rasta_wdpr/)
 * (@rasta_wdpr)
 * [9 years ago](https://wordpress.org/support/topic/image-alignment-36/)
 * is there a way to :: remove the grey box around the images, and have them line
   up horizontally?
 * [Current page](http://rossow-web.com/paintings/)
 * [mock up jpeg](http://rossow-web.com/painting_submenu.jpg)
    -  This topic was modified 9 years ago by [rasta_wdpr](https://wordpress.org/support/users/rasta_wdpr/).
    -  This topic was modified 9 years ago by [rasta_wdpr](https://wordpress.org/support/users/rasta_wdpr/).

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

 *  [dcoleonline](https://wordpress.org/support/users/dcoleonline/)
 * (@dcoleonline)
 * [9 years ago](https://wordpress.org/support/topic/image-alignment-36/#post-9164872)
 * Hi there,
 * You can add this to the **Customize > Additional CSS** area of your site to line
   up the images and remove their backgrounds:
 *     ```
       /* Align squares on Paintings Page */
   
       .page-id-4 .wp-caption {
           float: left;
           margin: 0 1%;
           background: none;
       }
       ```
   
 *  Thread Starter [rasta_wdpr](https://wordpress.org/support/users/rasta_wdpr/)
 * (@rasta_wdpr)
 * [9 years ago](https://wordpress.org/support/topic/image-alignment-36/#post-9165018)
 * awesome! thanks.

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

The topic ‘image alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/illustratr/1.3.3/screenshot.png)
 * Illustratr
 * [Support Threads](https://wordpress.org/support/theme/illustratr/)
 * [Active Topics](https://wordpress.org/support/theme/illustratr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/illustratr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/illustratr/reviews/)

## Tags

 * [image alignment](https://wordpress.org/support/topic-tag/image-alignment/)

 * 2 replies
 * 2 participants
 * Last reply from: [rasta_wdpr](https://wordpress.org/support/users/rasta_wdpr/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/image-alignment-36/#post-9165018)
 * Status: resolved