Title: Image Rows &#8211; Alignment / Centering?
Last modified: August 22, 2016

---

# Image Rows – Alignment / Centering?

 *  Resolved [Danni468](https://wordpress.org/support/users/danni468/)
 * (@danni468)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/image-rows-alignment-centering/)
 * I am busy with this site: [http://bridalmakeupbali.com/?page_id=10](http://bridalmakeupbali.com/?page_id=10)
 * I couldnt centre align the top 5 images so tried to add a 6th image to close 
   up the gap… I either want the images centered or stretched so it is evenly aligned?
 * Please can you assist?
 * Thanks
 * [https://wordpress.org/plugins/easy-image-gallery/](https://wordpress.org/plugins/easy-image-gallery/)

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

 *  Thread Starter [Danni468](https://wordpress.org/support/users/danni468/)
 * (@danni468)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/image-rows-alignment-centering/#post-5446014)
 * Please, please assist???
 *  [Andrew Munro / AffiliateWP](https://wordpress.org/support/users/sumobi/)
 * (@sumobi)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/image-rows-alignment-centering/#post-5446015)
 * Sure, just use basic CSS styling to center the images
 *     ```
       .image-gallery {
           text-align: center;
       }
       ```
   
 *  Thread Starter [Danni468](https://wordpress.org/support/users/danni468/)
 * (@danni468)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/image-rows-alignment-centering/#post-5446016)
 * Oh wow – thank you – didnt want to work the way I did it – but there still seems
   to be a gap on the right – it doesnt seem evenly centered
 *  [Andrew Munro / AffiliateWP](https://wordpress.org/support/users/sumobi/)
 * (@sumobi)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/image-rows-alignment-centering/#post-5446017)
 * There’s 2 issues
 * 1. Each image has right padding so the last image’s padding will cause it to 
   be slightly off center.
 * 2. You have another CSS rule conflicting which is pulling each image 17 pixels
   to the left.
 * To fix 1 and 2 above add these CSS rules.
 *     ```
       .image-gallery li {
           padding: 0 20px;
       }
   
       .image-gallery a.popup {
           left: 0;
       }
       ```
   
 *  Thread Starter [Danni468](https://wordpress.org/support/users/danni468/)
 * (@danni468)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/image-rows-alignment-centering/#post-5446019)
 * Thank you x Really appreciate it!! Love this gallery – so relieved I got it to
   work with your guidance.
 *  [Andrew Munro / AffiliateWP](https://wordpress.org/support/users/sumobi/)
 * (@sumobi)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/image-rows-alignment-centering/#post-5446020)
 * No problem, glad it’s displaying how you like it now, enjoy!

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

The topic ‘Image Rows – Alignment / Centering?’ is closed to new replies.

 * ![](https://ps.w.org/easy-image-gallery/assets/icon-256x256.png?rev=2235126)
 * [Easy Image Gallery](https://wordpress.org/plugins/easy-image-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-image-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-image-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-image-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-image-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-image-gallery/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Andrew Munro / AffiliateWP](https://wordpress.org/support/users/sumobi/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/image-rows-alignment-centering/#post-5446020)
 * Status: resolved