Title: &quot;Unfix&quot; (Scroll) Header Image
Last modified: August 22, 2016

---

# "Unfix" (Scroll) Header Image

 *  Resolved [Renodor](https://wordpress.org/support/users/renodor/)
 * (@renodor)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/unfix-scroll-header-image/)
 * Hello,
 * first of all thank you for this awsome theme!
 * I juste would like to know if there is an easy way to unfix the header image.
   I mean that it would scroll down with the rest of the website and not “disapear”
   behind the menu when you scroll.
 * After that, how can we reduce the size of this same header image in order to 
   see the menu right on the first page without scrolling? (cause for now, anysize
   you chose your header image, it will always take 100% of the screen before scrolling)
 * Thank you again!

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/unfix-scroll-header-image/#post-5642930)
 * Hello,
 * Yeap, it always goes full screen. Use this in a custom CSS plugin or child theme:
 *     ```
       .has-banner:after {
          background-attachment: scroll !important;
       }
       .site-header {
          max-height: 500px;
       }
       ```
   
 *  Thread Starter [Renodor](https://wordpress.org/support/users/renodor/)
 * (@renodor)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/unfix-scroll-header-image/#post-5642952)
 * Thank you very much!
 * It works perfectely!
 * (actually I just had forgotten the !important, that’s why I did not manage to
   do it before)
 * Thak you again for this great work.
 *  Thread Starter [Renodor](https://wordpress.org/support/users/renodor/)
 * (@renodor)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/unfix-scroll-header-image/#post-5643311)
 * Hello, after the next update I have the same probleme again. It seems that this
   code :
 *     ```
       .has-banner:after {
          background-attachment: scroll !important;
       }
       .site-header {
          max-height: 500px;
       }
       ```
   
 * Does not work anymore.
    Did you change something in the CSS Theme that could 
   affect it?
 * Thank you

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

The topic ‘"Unfix" (Scroll) Header Image’ 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
 * 2 participants
 * Last reply from: [Renodor](https://wordpress.org/support/users/renodor/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/unfix-scroll-header-image/#post-5643311)
 * Status: resolved