Before you ask please READ THIS

Keep the footer menu open always

in Photon Posts: 36
Is there a way to keep lower footer always open rather than expanding it each time.

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    There is no such option, cause when you have fixed footer there is huge risk for some of your users it can hide whole page under footer and header. You have to take into account that various users have various screen size.

    However you can try adding such custom CSS:

    .foot-widgets {
    display: block;
    }
    However it will not change how opening button works.

    With kind regards.
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