Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #420973

    Hi there, I would like to remove space above the sticky header when viewed on a smart phone (see screen shots)

    The following code has been added to the quick CSS for the sticky header:

    .html_header_top.html_header_sticky #header {
    position: fixed !important;
    }
    • This topic was modified 9 years ago by SaR.
    #421281

    Hi SaR!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    #header_meta { display: none !important; }}

    Regards,
    Yigit

    #423680

    Unfortunately the code provided has not resolved the problem.

    #424012

    Hey!

    Adminbar shows up even when logged that and that is causing the spacing issue. Please try de-activating all active plugins and check if that helps

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.