New Landing How can we help? Atelier Logo distorted on mobile devices

Viewing 5 posts - 16 through 20 (of 20 total)
  • Posted in: Atelier
  • #284177
    David Martin – Support
    Moderator
    Post count: 20834

    This certainly does it for me:

    .single-product span.sku_wrapper {
        display: none!important;
    }
    #284221
    AgenceSurprise
    Member
    Post count: 76

    It works ! Thanks David !
    Would you also have a css code to remove the additional information on mobile ?

    Thank you for helping,

    #284225
    David Martin – Support
    Moderator
    Post count: 20834

    As in all the single product tabs tabs?

    @media only screen and (max-width: 767px) {
    .product-after-summary {
        display: none;
    }
    }
    #284315
    AgenceSurprise
    Member
    Post count: 76

    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 🙂

    Attachments:
    You must be logged in to view attached files.
    #284320
    David Martin – Support
    Moderator
    Post count: 20834

    Ok, please use this:

    @media only screen and (max-width: 767px) {
    li.additional_information_tab {
        display: none!important;
    }
    }
Viewing 5 posts - 16 through 20 (of 20 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register