Site logo

Archived topic

Center Quantity & Add to Cart on Mobile

3 replies · Started by FunkyCss on April 15, 2020

Viewing posts 1–4 of 4

Hi , in my language where add to cart is longer and it brakes in mobile , so i saw a site that has its add to cart with quantity like this - > https://imgur.com/cwhkxq6

Is this possible to do this responsiveness in mobile ?

Hi there,

Give this a shot:

@media (max-width: 768px) {
    .woocommerce div.product form.cart div.quantity {
        justify-content: center;
        margin-bottom: 10px;
    }

    .woocommerce div.product form.cart {
        justify-content: center;
    }
}

Let me know :)

Thank you Tom now is Pretty!!

Glad I could help :)

This archived topic is closed to new replies.