Checkout Layout Problems (maybe through germanized)
-
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 ?
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.
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 ?
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.