Title: Blank section height
Last modified: August 22, 2016

---

# Blank section height

 *  [ramman](https://wordpress.org/support/users/ramman/)
 * (@ramman)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/blank-section-height/)
 * Hello!
 * I’m wondering if it’s possible to easily change the height of the blank section,
   which is static 420px, as far as I can tell.
    What I’m trying to accomplish is
   to add an image as a header instead of the slider. Is there another way? If there
   isn’t an image section would grand! Just a thought. Thanks in advance!

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

 *  [ekohal](https://wordpress.org/support/users/ekohal/)
 * (@ekohal)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/blank-section-height/#post-5801378)
 * bump
 *  [vallivals](https://wordpress.org/support/users/vallivals/)
 * (@vallivals)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/blank-section-height/#post-5801448)
 * a quick tip, there is a custom css section in the theme 😉
    .TheIdOfTheSectionToChange{
   height: 500px; /* or some other height */ } disable the slider.. ? [slider] off?
   in the theme settings? then use a image?.. not sure… you would have to elaborate
   a bit better on the question in hand i guess 😉
 * should not be so difficult really…
 *  Theme Author [Access Keys](https://wordpress.org/support/users/access-keys/)
 * (@access-keys)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/blank-section-height/#post-5801452)
 * Hi there,
    You can add following css rule in Dashboard > Appearance > Theme Options
   > Tools > Custom Css to increase the height of blank section
 *     ```
       .blank_template{
       height: 500px;
       }
       ```
   
 * Thanks,

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

The topic ‘Blank section height’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/accesspress-parallax/4.6/screenshot.
   png)
 * AccessPress Parallax
 * [Support Threads](https://wordpress.org/support/theme/accesspress-parallax/)
 * [Active Topics](https://wordpress.org/support/theme/accesspress-parallax/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/accesspress-parallax/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/accesspress-parallax/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [Access Keys](https://wordpress.org/support/users/access-keys/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/blank-section-height/#post-5801452)
 * Status: not resolved