Before you ask please READ THIS

Menu top fixed

CFPCFP
in Photon Posts: 122
Hello ;)
can I stuck the menu at the top on all devices not only on the desktop and on the iPad in vertical mode.
That would be nice!

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    We didn't do that, in care for users that use your site on mobile devices - it takes much space.

    However if you need you can try this custom CSS:

    @media only screen and (max-width: 600px) {
    #header, #header-tools {
    position: fixed;
    }
    }
    With kind regards.
  • CFPCFP
    Posts: 122
    Way better! The screens are big enough nowadays ;)
    I added also the landscape screen size and also for iPad size. Perfect!
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