Title: staff list alignment
Last modified: August 30, 2016

---

# staff list alignment

 *  Resolved [shelleyangell](https://wordpress.org/support/users/shelleyangell/)
 * (@shelleyangell)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/staff-list-alignment/)
 * I have a staff list. It’s displaying 4 staff in a row but on the second row, 
   it’s pushing the 5 staff member all the way to the right.
 * I want to display the staff in columns of 4 staff members in a row.
    I can’t 
   find anything that addresses this issue in the support forum.
 * [http://www.learningisfunpreschool.org/about-us/our-staff/](http://www.learningisfunpreschool.org/about-us/our-staff/)
 * [https://wordpress.org/plugins/simple-staff-list/](https://wordpress.org/plugins/simple-staff-list/)

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

 *  [kbburgess](https://wordpress.org/support/users/kbburgess/)
 * (@kbburgess)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/staff-list-alignment/#post-6274864)
 * I am having the same problem. Any ideas?
 *  Plugin Author [Brett Shumaker](https://wordpress.org/support/users/brettshumaker/)
 * (@brettshumaker)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/staff-list-alignment/#post-6274865)
 * You can do this with CSS. Use something like what I have below – you may need
   to tweak it to fit perfectly in with your particular theme. Just copy and paste
   it into the ‘Staff Page CSS’ box on the ‘Templates’ page.
 *     ```
       .staff-member {
       	width: 23.5%;
       	margin-right: 2%;
       	float: left;
       	clear: right;
       	margin-top: 0 !important;
       	margin-bottom: 2em;
       }
   
       .staff-member:nth-child(4n + 4) {
       	margin-right: 0;
       	float: right;
       	clear: right;
       }
       ```
   
 *  [sadsworld](https://wordpress.org/support/users/sadsworld/)
 * (@sadsworld)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/staff-list-alignment/#post-6274866)
 * I resized all of the images to the same size in Photoshop today. With the size
   that I put them at, the name, title, phone number, and email beautifully aligns
   to the side of the picture. For some reason, for two employees, it didn’t do 
   that and the information is below the photo instead of beside it. How could this
   happen? Is it a coding issue?
 *  Plugin Author [Brett Shumaker](https://wordpress.org/support/users/brettshumaker/)
 * (@brettshumaker)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/staff-list-alignment/#post-6274867)
 * Hi sadsworld –
    You should start your own topic when you have a new question,
   but without seeing your site, I would guess that the images are not sized exactly
   the same.

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

The topic ‘staff list alignment’ is closed to new replies.

 * ![](https://ps.w.org/simple-staff-list/assets/icon-256x256.png?rev=2718196)
 * [Simple Staff List](https://wordpress.org/plugins/simple-staff-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-staff-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-staff-list/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-staff-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-staff-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-staff-list/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [Brett Shumaker](https://wordpress.org/support/users/brettshumaker/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/staff-list-alignment/#post-6274867)
 * Status: resolved