Tagged: Cart, mobile view, woocommerce
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
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
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
Hello? Anybody home? :)
Hi Morticka,
I adjusted the code for you. Please check.
Best regards,
Victoria
Wonderful Victoria, it looks great, thank you very much! :D
Sincerely,
Morticka
Hi Morticka,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria
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:
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
Thank Rikard. It is working now. You can close this thread.
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon