Hi, i try to figured the tables on mobil on the cart page like this see on the image (private)
i use the tipp from here: http://www.reconnectit.net.au/responsive-woocommerce-cart-for-mobile-phones/
but it not works fine. have you a solution? or is this to much for the normal support you can give me a tipp for enfold freelancer.
thank you
Hi!
We can not help with third-party implementations like that but how’s your current site looking? can you post a link?
Regards,
Josue
hi josue, thanks for anwser here ist the link (privat)
perhaps you know someone how can figure out so that look like the (privat)
thank you
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 480px) {
.cart_item td {
display: block !important;
width: 100% !important;
}
.shop_table thead {
display: none;
}
.responsive table.shop_table.cart {
display: block !important;
}
table.cart img {
width: 100%;
}
}
Cheers!
Josue
ohhh you are super- thank you very very much- since 2 days i try to figured out….
thank you josue!!!
You are welcome, glad to help :)
Regards,
Josue