Title: breakawayeffects's Replies | WordPress.org

---

# breakawayeffects

  [  ](https://wordpress.org/support/users/breakawayeffects/)

 *   [Profile](https://wordpress.org/support/users/breakawayeffects/)
 *   [Topics Started](https://wordpress.org/support/users/breakawayeffects/topics/)
 *   [Replies Created](https://wordpress.org/support/users/breakawayeffects/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/breakawayeffects/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/breakawayeffects/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/breakawayeffects/engagements/)
 *   [Favorites](https://wordpress.org/support/users/breakawayeffects/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Header Appearing On Scroll Down](https://wordpress.org/support/topic/header-appearing-on-scroll-down/)
 *  Thread Starter [breakawayeffects](https://wordpress.org/support/users/breakawayeffects/)
 * (@breakawayeffects)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/header-appearing-on-scroll-down/#post-13250576)
 * I tried to contact them at that link, only to get an auto-reply saying that as
   they theme wasn’t bought on my account, they couldn’t help me and the ticket 
   was closed. I did say in the message that the site was assembled by an outside
   company so of course we were not the buyer, but that didn’t seem to matter.
 * Anyway I did some fiddling, and came up with the solution. I used the following
   CSS to hide the banner as it comes in when scrolling down;
 *     ```
       header.site-header {
       	position: static !important;
       }
       ```
   
 * Then used the MyStickyMenu plug-in to pin the blue menu bar to the top so it 
   wasn’t still forced down by a now-invisible header. Thanks for your help!

Viewing 1 replies (of 1 total)