NO BUG: Nav menu broken

URL: omniwaygroup.se

Hi. I havent done any changes on the web. I havent looked at the web in 2 month. Now the nav bar is moved up so its only 50% visible. And in mobile view rhw hamburger menu is not vissible? I need help asap to find out what have happend and how to fix it. is this an update bug?


The issue is happening because the header section has position: fixed but no top value defined, so it’s rendering off-screen.

To fix it:

  1. Go to Bricks Builder > Templates.
  2. Open the Header Template.
  3. Select the section with ID #brxe-nhgmgp.
  4. In the style settings, set:
    5.Position → Fixed*
    6.Top → 0*

This will ensure the header sticks to the top properly and the mobile menu becomes accessible again.

Let me know if you need help applying the fix.

1 Like

Hi joel,
Thanks so much for your report, and thanks, Seniru, for the proper solution!

There’s nothing more to say, just add top: 0 to the section and it’ll work as expected :slight_smile:

Best regards,
timmse