Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #286878
    HansH
    Participant

    Hello,

    I looked at the website Laura.hagmeijer.nl on the iPad.
    After clicking on the hamburger menu I not only saw the menu, but the also the content of the shopping cart.
    And after the shopping cart content the header occur.

    Next step was looking at the MacBook. After making the website smaller (mobile format) the same thing occurred.

    Is this a bug or can I do something to prevent this.

    Kind regards

    Hans Hagmeijer

    #286884
    Skandha
    Participant

    @hansh: Hello Hans,
    Do you want to remove the cart content from the Hamburger Menu?

    Kind Regards,
    Skandha

    #286889
    HansH
    Participant

    hello Skandha,

    What I should like is that the the spopcart doesn’t deploy.
    When it shows the content of shop cart it is like deploying a submenu.

    The menu on laptop doesn’t show the content of shopping cart. That is very fine.
    I wonder if it is possible on the menu on the iPad also not showing the content of shopping cart, just like on the laptop.If not, it is no big deal, because most of the time the shopping cart is empty.

    Kind regards

    Hans Hagmeijer

    #286891
    Skandha
    Participant

    @hansh: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 1023px) {
        #site-header-cart {
            display: none;
        }
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘menu on iPad’ is closed to new replies.