Title: Need a fixed floating header help?
Last modified: August 21, 2016

---

# Need a fixed floating header help?

 *  Resolved [kalita.pallabjyoti](https://wordpress.org/support/users/kalitapallabjyoti/)
 * (@kalitapallabjyoti)
 * [12 years ago](https://wordpress.org/support/topic/need-a-fixed-floating-header-help/)
 * I want my header to be fixed and float. Means when I scroll down I want to see
   the header.

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

 *  [Michael Smith](https://wordpress.org/support/users/msmith993/)
 * (@msmith993)
 * [12 years ago](https://wordpress.org/support/topic/need-a-fixed-floating-header-help/#post-4787400)
 * What is the link to your website?
 *  Thread Starter [kalita.pallabjyoti](https://wordpress.org/support/users/kalitapallabjyoti/)
 * (@kalitapallabjyoti)
 * [12 years ago](https://wordpress.org/support/topic/need-a-fixed-floating-header-help/#post-4787407)
 * [http://goalparacollege.in/](http://goalparacollege.in/)
 *  [Michael Smith](https://wordpress.org/support/users/msmith993/)
 * (@msmith993)
 * [12 years ago](https://wordpress.org/support/topic/need-a-fixed-floating-header-help/#post-4787417)
 * If you put the following code at the bottom of your style.css it will get the
   floating header you asked for. Let me know if it give you any trouble.
 *     ```
       #header {
           padding-bottom: 30px;
           position: fixed;
           top: 0;
           width: 960px;
           background-color:#FFF;
       }
       #slider-wrap {
           border-bottom: 1px solid #F99734;
           border-top: 1px solid #F99734;
           margin-top: 186px;
           padding: 1px 0;
       }
       ```
   
 *  Thread Starter [kalita.pallabjyoti](https://wordpress.org/support/users/kalitapallabjyoti/)
 * (@kalitapallabjyoti)
 * [12 years ago](https://wordpress.org/support/topic/need-a-fixed-floating-header-help/#post-4787418)
 * Thanks it worked but at top tabs are not visible
 *  Thread Starter [kalita.pallabjyoti](https://wordpress.org/support/users/kalitapallabjyoti/)
 * (@kalitapallabjyoti)
 * [12 years ago](https://wordpress.org/support/topic/need-a-fixed-floating-header-help/#post-4787422)
 * OK sorry now its visible. Thank you very much.
 *  [Michael Smith](https://wordpress.org/support/users/msmith993/)
 * (@msmith993)
 * [12 years ago](https://wordpress.org/support/topic/need-a-fixed-floating-header-help/#post-4787423)
 * no problem
 *  [manigarg21](https://wordpress.org/support/users/manigarg21/)
 * (@manigarg21)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/need-a-fixed-floating-header-help/#post-4787667)
 * Hi Michael,
 * I am also having the same issue. I want my top menu to be fixed and always visible
   at the top when I scroll down the page. I have put the code given above in my
   style.css but my top menu is still scrolling down with the page. My site is [http://celebrateharmony.in](http://celebrateharmony.in)
   
   Please help.
 * Thanks
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 9 months ago](https://wordpress.org/support/topic/need-a-fixed-floating-header-help/#post-4787668)
 * [@manigarg21](https://wordpress.org/support/users/manigarg21/), please create
   a new thread here: [http://wordpress.org/support/theme/academica#postform](http://wordpress.org/support/theme/academica#postform)

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

The topic ‘Need a fixed floating header help?’ is closed to new replies.

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

## Tags

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

 * 8 replies
 * 4 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/need-a-fixed-floating-header-help/#post-4787668)
 * Status: resolved