Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1214733

    Hi guys,

    On desktop I moved the woocommerce shopping cart a bit to the left, using this code:

    .html_visible_cart .cart_dropdown {
        right: 20px;
    }
    

    On mobile view, the cart has moved a little to the left as well. Does not look good.

    Is it possible to move the cart (only visible when there is something in it) on mobile view, between the logo and the hamburger menu?

    Sincerely,
    Morticka

    #1214742

    Hey Morticka!

    Please try adding following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .html_visible_cart .cart_dropdown {
        right: 150px;
    }
    }

    You may need to adjust the value :)

    Best regards,
    Yigit

    #1215191

    Hey Yigit :)

    Thx, that worked!

    One thing I noticed though, the hamburger menu moved more to the left as well, (This was already the case, maybe because I moved the cart to the left on desktop?)

    How can I fix this as well? I’ve enclosed a comparison in the private data.

    EDIT: I’ve noticed that when the shopping cart is not visible (empty), that the hamburger menu on mobile is back at it’s original place? Weird.

    Sincerely,
    Morticka

    #1216125

    Hello? Anybody home? :)

    #1216130

    Hi Morticka,

    I adjusted the code for you. Please check.

    Best regards,
    Victoria

    #1216532

    Wonderful Victoria, it looks great, thank you very much! :D

    Sincerely,
    Morticka

    #1216641

    Hi Morticka,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1217493

    Hi There,

    I am having a similar issue. The burger menu is laying on top of the logo and is hard to see. I would like to move it to the right of the shopping cart.

    Please see screenshot:

    #1217914

    Hi Monique,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        max-width: 65%;
    }
    .av-main-nav-wrap {
        float: right;
    }
    }

    Best regards,
    Rikard

    #1218455

    Thank Rikard. It is working now. You can close this thread.

    #1218545

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Moving woocommerce cart next to logo on mobile view’ is closed to new replies.