New Landing › How can we help? › Atelier › Logo distorted on mobile devices
This certainly does it for me:
.single-product span.sku_wrapper { display: none!important; }
It works ! Thanks David ! Would you also have a css code to remove the additional information on mobile ?
Thank you for helping,
As in all the single product tabs tabs?
@media only screen and (max-width: 767px) { .product-after-summary { display: none; } }
No, not everything after the product, only the additional information tab, not the product description or the comment tabs (see attached) this codes works but removes everything 🙂
Ok, please use this:
@media only screen and (max-width: 767px) { li.additional_information_tab { display: none!important; } }
You must be logged in and have valid license to reply to this topic.