Title: site-header.float-header
Last modified: February 6, 2018

---

# site-header.float-header

 *  [dfart](https://wordpress.org/support/users/dfart/)
 * (@dfart)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/site-header-float-header/)
 * Hello, I would like to know if it is possible to make the “.site-header.float-
   header” always visible, that is, now it appears by default when downloading on
   the home page, but I would like nothing more to enter the page be visible
 * I can not show my webpage since it is on localhost.

Viewing 1 replies (of 1 total)

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/site-header-float-header/#post-9945474)
 * Hello there,
 * Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
 *     ```
       body:not(.home) .site-header, 
       body:not(.home) .site-header.fixed, 
       body:not(.home) .site-header.float-header {
         position: static !important;    
       }
       ```
   
 * and see if it works for you.
 * Regards,
    Kharis

Viewing 1 replies (of 1 total)

The topic ‘site-header.float-header’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/site-header-float-header/#post-9945474)
 * Status: not resolved