Home Forums WoodMart support forum how to adjust woocommerce cart size

how to adjust woocommerce cart size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #304856

    HARSLE
    Participant

    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.
    #304920

    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

    #304939

    HARSLE
    Participant

    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

    #305080

    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

Viewing 4 posts - 1 through 4 (of 4 total)