• Resolved theglassworkscompany

    (@theglassworkscompany)


    In the WCmp vendor dashboard, our mobile menu is seen overtop of the top menu bar, which displays buttons like my page, add product, etc. Only on mobile obviously. Is there a way to have the mobile menu appear above this toolbar, or to not appear at all on this page?

    Thank you

    The page I need help with: [log in to see the link]

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

    (@takanakui)

    Hi,

    If you still want to see the Mobile Menu, you can add the code below to the custom css option inside the General Options.

    body.page-id-36 {
        padding-top: 40px;
    }

    But if you want to hide it in that page use this code.

    body.page-id-36 .mob-menu-header-holder {
        display: none;
    }
    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now.
    Let me know if you need further help with this.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘This plugin covers up my wcmp header’ is closed to new replies.