Title: How to decrease the size of the big title section
Last modified: August 30, 2016

---

# How to decrease the size of the big title section

 *  Resolved [whatupwithit](https://wordpress.org/support/users/whatupwithit/)
 * (@whatupwithit)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-decrease-the-size-of-the-big-title-section/)
 * Hello everybody,
    I cant seem to find css for the big_title section and I want
   to make it a lot smaller, can anyone point out to me where I can find it
 * Thankyou
    -sam

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

 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-decrease-the-size-of-the-big-title-section/#post-6652354)
 * Can you provide a link to your site?
 *  Thread Starter [whatupwithit](https://wordpress.org/support/users/whatupwithit/)
 * (@whatupwithit)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-decrease-the-size-of-the-big-title-section/#post-6652356)
 * No, its currently under stage production
 *  Thread Starter [whatupwithit](https://wordpress.org/support/users/whatupwithit/)
 * (@whatupwithit)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-decrease-the-size-of-the-big-title-section/#post-6652358)
 * Simply, the big title section is much too big, and I want to make it smaller,
   such as decreasing the buffer of a normal page,I know its not a normal page but
   more of a gap, but I still want to know how I could decrease this gap
 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-decrease-the-size-of-the-big-title-section/#post-6652362)
 * It’s REALLY hard to answer your question without being able to see it. Can you
   paste some code?
 *  Thread Starter [whatupwithit](https://wordpress.org/support/users/whatupwithit/)
 * (@whatupwithit)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-decrease-the-size-of-the-big-title-section/#post-6652365)
 *  Thread Starter [whatupwithit](https://wordpress.org/support/users/whatupwithit/)
 * (@whatupwithit)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-decrease-the-size-of-the-big-title-section/#post-6652370)
 * [https://wordpress.org/themes/zerif-lite/](https://wordpress.org/themes/zerif-lite/)
 * this is the theme im using, you would notice that right under the header there
   is a very large section where there is a title and buttons, I want to make this
   section smaller, so I went into the css editer and I couldnt find an option to
   make it smaller on the style sheet,
    sorry if Im being confusing
 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-decrease-the-size-of-the-big-title-section/#post-6652378)
 * in your ‘style.css’ file edit the following chunk of css:
 *     ```
       .header-content-wrap {
           background: rgba(0, 0, 0, 0.5);
           position: relative;
           -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
           box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
           padding: 285px 0 210px; <------ EDIT THESE NUMBERS
       }
       ```
   
 * The first number is the distance for the top. leave the zero alone. and the third
   number is the distance for the bottom. hope that helps.
 *  Thread Starter [whatupwithit](https://wordpress.org/support/users/whatupwithit/)
 * (@whatupwithit)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-decrease-the-size-of-the-big-title-section/#post-6652383)
 * ahhh, thankyou so much, could you tell me how you found it? I was scouring the
   css file for so long and I just assumed it wouldnt be labled as header
 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-decrease-the-size-of-the-big-title-section/#post-6652387)
 * Use the ‘inspect element’ feature on your browser. Mark your post as resolved.
 *  Thread Starter [whatupwithit](https://wordpress.org/support/users/whatupwithit/)
 * (@whatupwithit)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-decrease-the-size-of-the-big-title-section/#post-6652410)
 * k

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

The topic ‘How to decrease the size of the big title section’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zerif-lite/1.8.5.49/screenshot.
   png)
 * Zerif Lite
 * [Support Threads](https://wordpress.org/support/theme/zerif-lite/)
 * [Active Topics](https://wordpress.org/support/theme/zerif-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zerif-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zerif-lite/reviews/)

## Tags

 * [big](https://wordpress.org/support/topic-tag/big/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [decrease](https://wordpress.org/support/topic-tag/decrease/)
 * [editor](https://wordpress.org/support/topic-tag/editor/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [section](https://wordpress.org/support/topic-tag/section/)
 * [size](https://wordpress.org/support/topic-tag/size/)
 * [small](https://wordpress.org/support/topic-tag/small/)
 * [title](https://wordpress.org/support/topic-tag/title/)

 * 10 replies
 * 2 participants
 * Last reply from: [whatupwithit](https://wordpress.org/support/users/whatupwithit/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-decrease-the-size-of-the-big-title-section/#post-6652410)
 * Status: resolved