New Landing How can we help? Atelier Shop page on mobile fix alignment

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Atelier
  • #269193
    teddyden
    Member
    Post count: 195

    Hi,

    I have used the custom css to have the Add to cart + Select Quantity. But when the shop page loads on mobile, the select quantity arrows appear distorted behind the product. How can I align it near the numbers and Add to cart button?
    Thank You

    #269194
    teddyden
    Member
    Post count: 195
    This reply has been marked as private.
    #269250
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media screen and (max-width:479px) {
    .woocommerce .quantity .qty-adjust {
        bottom: 104px !important;
        right: 51px !important;
    }
    }
    

    Thanks
    Mohammad

    #269254
    teddyden
    Member
    Post count: 195
    This reply has been marked as private.
    #269275
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove the last code and use this new code:-

    @media screen and (max-width:767px) {
    .woocommerce .quantity .qty-adjust {
        bottom: 104px !important;
        right: 51px !important;
    }
    }

    Thanks
    Mohammad

    #269566
    teddyden
    Member
    Post count: 195

    Still the same issue with the line showing in the center.

    #269604
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me login detail to check and resolve the issue.
    Thanks
    Mohammad

    #269878
    teddyden
    Member
    Post count: 195
    This reply has been marked as private.
    #269894
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me Authorization code also.
    Thanks
    Mohammad

    #269895
    teddyden
    Member
    Post count: 195
    This reply has been marked as private.
    #269919
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have managed to resolve the issue so please check it now.
    Thanks
    Mohammad

    #269927
    teddyden
    Member
    Post count: 195
    This reply has been marked as private.
    #269936
    teddyden
    Member
    Post count: 195
    This reply has been marked as private.
    #269939
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media screen and (max-width:479px) {
    .home .inner-page-wrap {
        margin-top: -135px !important;
    }
    }

    Thanks
    Mohammad

    #270149
    teddyden
    Member
    Post count: 195

    Thank YOU!

Viewing 15 posts - 1 through 15 (of 16 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