Title: fixed header
Last modified: August 30, 2016

---

# fixed header

 *  [jrcollins](https://wordpress.org/support/users/jrcollins/)
 * (@jrcollins)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/fixed-header-18/)
 * How can I make the header fixed so it remains visible when scrolling?

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

 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/fixed-header-18/#post-6827373)
 * Would you please provide the link of your site?
 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/fixed-header-18/#post-6827377)
 * Try by adding below CSS code. It may help you to solve this issue.
 *     ```
       #header {
           position: fixed;
           z-index: 1;
           width: 100%;
       }
   
       .row {
       margin-top: 85px;
       }
       ```
   
 * Note: Child theme is recommended to customize theme.
    Thanks

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/shaped-blog/1.6.1/screenshot.png)
 * Shaped Blog
 * [Support Threads](https://wordpress.org/support/theme/shaped-blog/)
 * [Active Topics](https://wordpress.org/support/theme/shaped-blog/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/shaped-blog/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/shaped-blog/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/fixed-header-18/#post-6827377)
 * Status: not resolved