Title: Different sections height
Last modified: August 24, 2016

---

# Different sections height

 *  [SirusP](https://wordpress.org/support/users/sirusp/)
 * (@sirusp)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/different-sections-height/)
 * Hi,
 * is it possible to chance separately the height of each section?
    Currently i 
   changed the height of all sections equally with this part of the style.css:
 *     ```
       .section,.section-banner,.section-about,.section-services,.section-portfolio,.section-contact,.section-custom {
       	clear:both;
       	width:100%;
       	height:824px;
       	overflow:hidden;
       	*/
       ```
   
 * Many thanks in advance.

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

 *  Thread Starter [SirusP](https://wordpress.org/support/users/sirusp/)
 * (@sirusp)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/different-sections-height/#post-6048539)
 * No ideas?
 *  [JayDee_44](https://wordpress.org/support/users/jaydee_44/)
 * (@jaydee_44)
 * [11 years ago](https://wordpress.org/support/topic/different-sections-height/#post-6048671)
 * Hi SiriusP!
 * Did you resolve your issue?
 *  [JayDee_44](https://wordpress.org/support/users/jaydee_44/)
 * (@jaydee_44)
 * [11 years ago](https://wordpress.org/support/topic/different-sections-height/#post-6048672)
 * Hurray! I’ve made it!
 * Add below:
 *     ```
       .section-services {
       	background:url(images/back2.jpg) repeat center fixed;
       }
       ```
   
 * this:
 *     ```
       section#services {
       	height:400px;
       }
       ```
   
 * You can try any height 🙂

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

The topic ‘Different sections height’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [JayDee_44](https://wordpress.org/support/users/jaydee_44/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/different-sections-height/#post-6048672)
 * Status: not resolved