Title: Tweaking header
Last modified: September 11, 2017

---

# Tweaking header

 *  Resolved [Beth](https://wordpress.org/support/users/pedalkraft/)
 * (@pedalkraft)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/tweaking-header/)
 * Hi!
    Thanks for this lovely simple theme 🙂 I’d like to make it even simpler,
   and remove the responsive header – I’d like to stop it from being ‘sticky’ and
   also stop it from ‘shrinking’ when the reader scrolls down the page. I’ve searched
   through the php files but can’t see anything I would be confident to change. 
   Can you point me in the right direction? Thanks! Beth
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftweaking-header%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [8 years, 9 months ago](https://wordpress.org/support/topic/tweaking-header/#post-9501586)
 * Hi, you can give this a try. To completely remove this affect would require a
   journey into Javascript land. The following isn’t perfect as there is still a
   bit of a jump to the content when you scroll down, but see what you think.
 *     ```
       .site {
           margin-top: 0;
       }
       .sticking .site-title {
           font-size: 47px !important;
       }
       @media screen and (min-width: 70em) {
       .site-header {
           width: 68em;
           margin: 0 auto;
           padding-top: 0.4375em;
           padding-bottom: 0.4375em;
           background: white;
           position: fixed;
           top: 0;
           left: 50%;
           transform: translateX(-50%);
           z-index: 999;
       }
       .site-content {
           margin-top: 100px
       }
       }
       ```
   
 *  Thread Starter [Beth](https://wordpress.org/support/users/pedalkraft/)
 * (@pedalkraft)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/tweaking-header/#post-9502143)
 * Thank you!
 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [8 years, 8 months ago](https://wordpress.org/support/topic/tweaking-header/#post-9511784)
 * You are welcome.

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

The topic ‘Tweaking header’ is closed to new replies.

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

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)

 * 3 replies
 * 2 participants
 * Last reply from: [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/tweaking-header/#post-9511784)
 * Status: resolved