Viewing 3 replies - 1 through 3 (of 3 total)
  • sjc

    (@stevielovegun)

    Add this css to your stylesheet:

    #full-screen-search {
    display:none !important;
    }
    #full-screen-search.open {
    display:block !important;
    }

    This is perfect Steve. Thanks for the simple fix!

    Thread Starter Prima

    (@bl0gm4n)

    This is work. But animation with display:none; not work.

    Any ideas how to fix this??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove White Space at The Bottom of The Page’ is closed to new replies.