Title: Services Section
Last modified: August 22, 2016

---

# Services Section

 *  Resolved [BToal](https://wordpress.org/support/users/btoal/)
 * (@btoal)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/services-section-1/)
 * Hi
 * Is it possible to increase the number of columns in a row for the services section.
   I have four different services sections and when viewed on the HomePage three
   are in a row together and the fourth is in a row on its own below.
 * Thanks

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

 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/services-section-1/#post-5495769)
 * Hello,
 * You can add this to a custom CSS plugin or child theme:
 *     ```
       .service {
          width: 25%;
       }
       .service:nth-of-type(3n+1) {
          clear: none;
       }
       ```
   
 *  Thread Starter [BToal](https://wordpress.org/support/users/btoal/)
 * (@btoal)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/services-section-1/#post-5495803)
 * Hi Vladff
 * That worked perfect for me…thank you so much.
 *  [nestur](https://wordpress.org/support/users/nestur/)
 * (@nestur)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/services-section-1/#post-5496020)
 * Hi!
 * I have the last version of Moesia theme and I can’t put 4 services in one row
   with this solution. I try to put in the CSS custom, the child theme or the normal
   Theme.
 * Whats the problem?
 * Thanks in advance!

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

The topic ‘Services Section’ is closed to new replies.

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

 * 3 replies
 * 3 participants
 * Last reply from: [nestur](https://wordpress.org/support/users/nestur/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/services-section-1/#post-5496020)
 * Status: resolved