Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Responsiveness issues with Woocommerce Cart & Checkout tables

$
0
0

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.


Viewing all articles
Browse latest Browse all 59525

Trending Articles