Title: Remove sticky menu
Last modified: July 10, 2019

---

# Remove sticky menu

 *  Resolved [jlondonr](https://wordpress.org/support/users/jlondonr/)
 * (@jlondonr)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-sticky-menu-2/)
 * I would like to remove the sticky functionality of the menu. I have tried multiple
   methods none of which seem to work.

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

 *  Theme Author [CrestaProject](https://wordpress.org/support/users/crestaproject/)
 * (@crestaproject)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-sticky-menu-2/#post-11717066)
 * Hi [@jlondonr](https://wordpress.org/support/users/jlondonr/)
    try to go in your
   WordPress Dashboard under “Appearance-> Customize-> Additional CSS” and paste
   this CSS code:
 *     ```
       header.site-header {
       	position: absolute !important;
       }
       ```
   
 * This should work 🙂
 *  Thread Starter [jlondonr](https://wordpress.org/support/users/jlondonr/)
 * (@jlondonr)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-sticky-menu-2/#post-11720318)
 * It keeps the header (black bar along the top) in place, but .menu class is still
   sticky to the top of the screen when you scroll. I tried placing `position: absolute!
   important;` within the .menu class but it has no effect.
 *  Theme Author [CrestaProject](https://wordpress.org/support/users/crestaproject/)
 * (@crestaproject)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-sticky-menu-2/#post-11721087)
 * Hi [@jlondonr](https://wordpress.org/support/users/jlondonr/)
    I just tried the
   CSS code on our demo and it works correctly (header is no longer sticky). Can
   you link me your website? In this way I can see where the problem is.
 *  Thread Starter [jlondonr](https://wordpress.org/support/users/jlondonr/)
 * (@jlondonr)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-sticky-menu-2/#post-11723480)
 * oldlongisland.org/WP-OLI-JW
 * The site is under construction.
 * I used the .menu class because it directly controlled the menu rather than the
   header, which I didn’t want visible.
 * All CSS edits I made were done to reposition the menu for each screen resolution(
   centred and different formatting as needed), aside the lines to remove the black
   header, but maintain the menu.
 *  Theme Author [CrestaProject](https://wordpress.org/support/users/crestaproject/)
 * (@crestaproject)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-sticky-menu-2/#post-11724835)
 * Hi [@jlondonr](https://wordpress.org/support/users/jlondonr/)
    I visidet your
   website. You put a lot of custom CSS code in the menu, so I didn’t understand
   why the menu kept sticking 🙂 In the .menu class you have added “position: fixed”,
   for this reason the menu remains fixed to the screen. If you set it to “absolute”
   and add the code I gave you earlier, you should solve the problem.
 *  Thread Starter [jlondonr](https://wordpress.org/support/users/jlondonr/)
 * (@jlondonr)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-sticky-menu-2/#post-11757573)
 * It worked! Thank you very much!

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

The topic ‘Remove sticky menu’ is closed to new replies.

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

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [heading](https://wordpress.org/support/topic-tag/heading/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)
 * [Sticky Menu](https://wordpress.org/support/topic-tag/sticky-menu/)

 * 6 replies
 * 2 participants
 * Last reply from: [jlondonr](https://wordpress.org/support/users/jlondonr/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/remove-sticky-menu-2/#post-11757573)
 * Status: resolved