Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Add the code below to the custom css option

    .mobmenu-push-wrap, body.mob-menu-slideout-over{
        padding-top:0px!important;
    }

    clear the cache and test again.
    Let me know the result.

    Thread Starter stadnikov

    (@stadnikov)

    Hi,
    it worked.
    Thx a lot.

    • This reply was modified 6 years, 5 months ago by stadnikov.
    Plugin Author Rui Guerreiro

    (@takanakui)

    Great. Glad it’s sorted.

    Hello,
    I am facing the same problem. I used a code provided before and it worked only partly. When a new page is loaded, the empty line on a mobile device screen is there. When I scroll down and up, the line disappears.
    Could you modify the code to solve also this situation?

    page: alternativni-cyklistika.cz

    • This reply was modified 6 years, 5 months ago by nobody12.
    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @nobody12,
    It’s seems a different origin, in your case the padding-top comes from your theme/page builder code.

    Add this code to the custom css option inside the General Options tab of WP Mobile Menu.

    #page-container {
        padding-top: 0px!important;
    }

    Let me know the result.

    Thx a lot. This code solved my issue.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Great. Happy to help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Some line on top of screen.’ is closed to new replies.