how to adjust woocommerce cart size
-
when I want to use the yellow pencil css plugin to change the cart size on the pc terminal, it will be oversize on the mobile and tablet terminal. If I did not change the cart size on the PC terminal, it will show no problem on tablet and mobile terminal, but its size will not be right on PC terminal(smaller like the screenshoot). how can I change the size on PC terminal But no change on tablet and mobile terminal.
Attachments:
You must be
logged in to view attached files.
Hello,
Please make the full backup of your site as well as the Theme settings export and check the issue on the Storefront theme to detect if our theme causes the problem. Storefront is a free theme developed by WooСommerce.
Best Regards
when I switch the theme. the cart width will be size as the bottom form width on pc terminal, I think it will be the issue of your theme
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-cart .woocommerce-cart-form.col-xl-8 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
Best Regards