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

    I have 3 woocommerce shops with enfold.
    Because they are based in germany we have to show different informations on the checkout page Like Pictures and product attributes. Also it must be possible to modify the product quantity on the cart page or remove products. All this is no problem in the desktop version of the pages but on mobile its not working at all. Even in the official Enfold Demo those buttons for modifying the quantity is hidden.

    I would kindly ask the enfold team to fix those problems. in one of the upcomming updates. We had to invest several hours to css arround this and the result is still suboptimal.

    If theres any known solution pleas let me know. These Problems exist on the cartpage (in the screenshot is our modifyed version) as well as on the checkout pages…

    #1375794

    Hey j0schi,
    Thank you for your patience, please try this css:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .container {
        width: 95%;
        max-width: 95%;
    }
    .responsive table.shop_table .product-subtotal,
    .responsive .shop_table .product-quantity,
    .responsive table.shop_table.cart .product-thumbnail {
    	display: table-cell;
    	padding: 0;
    }
    .responsive table.shop_table.cart .product-thumbnail,
    .responsive table.shop_table.cart .product-thumbnail img {
    	width: 50px;
        min-width: 50px;
    }
    }

    The expected results:
    2022-12-10_018.jpeg

    Best regards,
    Mike

    #1376223

    Hi, and thank you. It works so far but the problem is, that we have long descriptions as we have to show all the article specific things in germany by law… as i mentioned we already found a solution that kind of work… it doesnt look to nice but its ok, You should considder implementing this in a future update tho or switch from a table to divs maybe so its easyer to style?

    #1376262

    Hi,
    Glad to hear that you have found a solution, the reason the Dev Team doesn’t show these fields on mobile is because it takes up too much room on mobile, and not all users want this cramped layout. But I will bring this to the attention of the Dev Team as a feature request for them to consider.
    If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.