Archived topic
quantity buttons-added how to fix?
4 replies · Started by Emil on February 28, 2021
Hello, I have direct checkout plugin from quadlayers and DIVI builder. How to fix in checkout issue with button +/- quantity because this is have a problem with display in desktop and mobile. Can I fix it?
[url=https://ibb.co/7GcQ5h7][img]https://i.ibb.co/vJ5hG92/Zrzut-ekranu-2021-02-28-o-13-49-57.png[/img][/url]
[url=https://ibb.co/djphqS5][img]https://i.ibb.co/q7gZfzr/Zrzut-ekranu-2021-02-28-o-13-51-05.png[/img][/url]
Best Regards
Hi there,
you can try adding this CSS:
.woocommerce table.shop_table_responsive tr td.quantity.buttons-added {
display: flex;
justify-content: flex-end;
}
But the problem you have is there is not enough width in the right hand container to display all of that content. You may want to consider unchecking the Display Quantity Buttons in the Customizer > Layout > Woocommerce.
Can I unchecking the display quantity buttons only in checkout / cart ?
Can you help me how to with custom css change width of cart and billing information?
When I set:
/* Zmiana szerokości checkout */
div#customer_details.col2-set {
width: 41.9411764706%;
}
h3#order_review_heading {
width:52.1764705882%;
font-size: 30px;
font-weight: 600;
}
div#order_review.woocommerce-checkout-review-order {
width: 52.1764705882%;
}
*/
I have problem with mobile version, can you help me?
Hi Emil,
Can I unchecking the display quantity buttons only in checkout / cart ?
Unfortunately e don't have such an option in GP settings.
Can you help me how to with custom css change width of cart and billing information?
I'm not sure I fully understand your request. Can you specify your question here with screenshot?
https://docs.generatepress.com/article/using-the-premium-support-forum/#uploading-screenshots
Btw your CSS won't work, you'll need to delete the last */ in order to make the CSS function.
Let me know :)