Home Forums WoodMart support forum Mobile Cart Problem

Mobile Cart Problem

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #371472

    prattsy
    Participant

    Hello,

    on PC Desktop all Cart Thumbnails available.
    On Mobile these Thumbnails not available.
    Please see Pictures.
    Have numbered the Views same for mobile and desktop view.
    How to fix it?

    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #371496

    Hello,

    Please make the full backup of your site 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

    #372442

    prattsy
    Participant

    Hello,

    please see Picture.
    Have Storefront activated.
    Storefront show the Pictures.
    How to fix the Problem?
    https://t-shirt-bedrucken.eu/staging/warenkorb/

    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #372766

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 768.98px) {
    	
    	body .woocommerce-cart-form__contents td.product-thumbnail, 
    	body .group_table td.product-thumbnail {
    		    max-height: 230px;
    	}
    }

    Best Regards

    #372782

    prattsy
    Participant

    Hello,
    for one Print it work.
    But if Customer want print Front and Back Side it not work.
    Please see Images.

    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #372850

    prattsy
    Participant

    Hello,

    on Storefront the Text float under the Thumbnails.
    In other Support Ticket for my Checkout Page was it so done.
    The CSS for that must be in my custom Woodmart CSS.
    But only work for Checkout Page.
    Can’t find the Support Conversation.
    https://t-shirt-bedrucken.eu/staging/checkout/

    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #373090

    prattsy
    Participant

    Hello,

    when will you have fixed the Problem?
    How long you need?

    Best Regards

    #373275

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body .woocommerce-cart-form__contents td.product-thumbnail {
    	max-height: 355px !important;
    }
    
    .product-thumbnail .lumise-cart-thumbnails {
    	display: flex;
    	flex-direction: column;
    }

    Best Regards

    #373319

    prattsy
    Participant

    THANKYOU!

    #373506

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Mobile Cart Problem’ is closed to new replies.