Before you ask please READ THIS

Possible to stop floating menu in desktop view?

in Photon Posts: 5
Hi there,

A client has requested to not have the menu float in the desktop view when scrolling down. Any help on where I might locate the code for this?

Thanks!

Comments

  • AirAir
    Posts: 10,970
    Hello there:-)

    I believe you mean that header is fixed with browser. You can try adding this custom CSS:
    #header, #header-tools {
    position: absolute;
    }
    Hope this is what you meant.

    With kind regards.
  • Posts: 5
    Perfect, thanks!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion