Home Forums Themes Support TeeSpace Desktop vs Mobile view in Cart and checkout

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #11300
    Dipesh
    Supported

    Hi Support,

    How to enable in mobile view that it will all the images? Currently in the mobile view it is just showing one picture in side cart and checkout.

    I have attached the desktop vs mobile view.

    Best Regards,
    Dipesh

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

    Hi,
    Thanks for contacting us and choosing our product!
    It seems you are using a plugin that not included in our theme.
    In this case please send us plugin package via email harutheme@gmail.com
    We need to install it on our dev site to check.

    ***
    Regards,
    HaruTheme

    #11323
    Dipesh
    Supported

    Hi support,

    It is a paid plugin installed by their team and not allowed to share.

    I was using another theme before and it completely supported it both in mobile and desktop.

    Is there no alternative way to fix it please?

    Regards,
    Dipesh

    #11332

    Hi,
    You can go to Appearance -> Customize -> Additional CSS & add this code:

    .woocommerce-cart .woocommerce-cart-form .product-thumbnail {
      max-height: 100%;
      overflow: auto;
    }
    .woocommerce-cart .woocommerce-cart-form .product-thumbnail > a {
      flex-wrap: wrap;
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

    #11347
    Dipesh
    Supported

    Hi Support,

    Thanks for the update, with the additional css code provided it is showing 3 thumbnails but still missing one.

    Is there a way to fix this?

    Best regards,
    Dipesh

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

    You can scroll on the thumbnail to see more image.
    Or you need add more this CSS code:

    @media screen and (max-width: 767px) {
    	.woocommerce-cart .woocommerce-cart-form tr {
    		padding-bottom: 110px;
    	}
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

    #11355
    Dipesh
    Supported

    Hi Support,

    Thanks for the update. It is working now.

    Best Regards,
    Dipesh

    #11357

    Thanks for your feedback!

    ****
    Regards,
    HaruTheme

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

You must be logged in to reply to this topic.