Okay
  Public Ticket #3109143
Mobile - Menu Header Problem
Closed

Comments

  •  4
    zerattos started the conversation

    Hello,


    i hope you can help me, in mobile device in the Woocommerce Cart Page is the Header Menu doesnt scroll and do a little space (see picture)

    how can i set correctly in the top of the page

    3394217835.png
  •  1,877
    Judith replied

    Hello There,

    Thanks for writing to us.

    Please try this css:

    @media screen and (max-width: 782px){
    .admin-bar #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"], .admin-bar #header-outer[data-permanent-transparent=false][data-mobile-fixed="1"], .logged-in.buddypress #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"], .logged-in.buddypress #header-outer[data-permanent-transparent=false][data-mobile-fixed="1"], body.admin-bar #header-outer[data-transparent-header=true][data-mobile-fixed=false] {
        top: 0px;
    } }

    Thanks.

  •  4
    zerattos replied

    Hello,


    ok that works but now i cant add more product in the cart (you cant add more or less, ist always 1)

    7562667854.png
  •  1,877
    Judith replied

    Hi There,

    You seem to have two options to add items quantity as shown here https://www.loom.com/share/e8060f8ae9814b1dadf68738bb08a4e1, which is disabling the buttons beside it. You may need to disable one for the other to work.

    Thanks.

  •  4
    zerattos replied

    hi,


    i dont habe 2 option to add item, i never active a other option. how can i disable one?

    thank you and best regard

  •  1,877
    Judith replied

    Hi There,

    Please check for plugin conflicts by deactivating the third party plugins except woocommerce and salient plugins then reactivate them back one by one to see the one that may be causing the issue.

    Thanks.