Replies: 0
Hi all,
So basically my cart and checkout pages are not responsive on mobiles.
My web is https://nutriactiva.es and I use Woocommerce to process orders.
I’ve read a lot of people having the same issue but none of the code solutions they posted worked for me.
I’d like to have the Cart & Checkout tables on full width and being able to see all the content aligned.
As a temporary solution, I’ve added the following snippet but I’d like to have it fixed:
@media only screen and (max-width: 480px) {
.section_wrapper {
width: 100%;
margin-left: -35px;
padding: auto;
}
Another problem I have is that the “add to cart” functionality doesn’t work on Safari but I might open a new thread to this issue.
Many thanks in advance!
Best regards.