Home Forums WoodMart support forum Checkout Layout Problems (maybe through germanized)

Checkout Layout Problems (maybe through germanized)

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

    Arles
    Participant

    Hi there,

    i have a problem with the layout on mobile-checkout page. As you can see, the content is not fully visible. Can u check this ?

    #207245

    Hello,

    I have visited the URL you attached. Please add the following Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .shop_table.woocommerce-checkout-review-order-table {
    margin-left: -8%;
    }

    Best Regards.

    #207523

    Arles
    Participant

    Hi and thank you very much.

    I have found another “issue”. If you visit my page you can see that the “woodmart-add-btn wd-add-btn-replace” (Details-Button) is always on mobile devices. Is it possible to show it only by tipping on the product or better not to show it at all ?

    #207524

    Hello,

    You are Most Welcome.

    This is not an issue by any means the hover effect doesn’t work for the mobile devices that’s why it is always displayed.

    If you want to remove it from the mobile devices then you need to add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .product-grid-item .woodmart-add-btn.wd-add-btn-replace {
    display: none;
    }

    Best Regards.

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