Home Forums Pro Themes Clean Commerce Pro My add to cart sign is cut off on mobile v

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #54468
    Fatim
    Participant

    Hi Guys 🙂 ,
    I need again your help, my add to cart sign is cut off but only on mobile view cuz on laptop and computer it’s all good.
    How should I do to resolve this problem ?

    Thanks 😉
    Fatim

    #54658
    Fatim
    Participant

    Hello,
    Someone can help me please ??????
    I really need your help.
    Thank you so much
    Fatim

    #54726
    wensolutions
    Keymaster

    Hello @fatim,

    While we have tested the shopping cart / signin links in the header of the clean commerce pro theme in mobile version, the cut-off issue was not seen on our side.

    Please provide us your Website URL / screenshot of the issue so that we could visualize the issue and help you with some precise fix.

    Best Regards !!

    #54771
    Fatim
    Participant

    Hey,
    Please find a website URL and a screenshot.
    I’m looking forward to hear from you
    Thanks
    Fatim

    Screenshot add cart sign cut off on mobile

    website URL: https://www.caddieplus.com/

    #54772
    wensolutions
    Keymaster

    Hello @fatim,

    The issue of “Add to Cart” option being cut off is due to the custom CSS that is overriding the theme CSS for small screens.

    Try adding the following CSS in your Admin Dashboard > Appearance > Customize > Additional CSS for the fix of the issue :

    @media only screen and (max-width: 479px){
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product {
        width: 100%!important;
    }
    }

    Hope this Helps,

    Best Regards !!

    #54774
    Fatim
    Participant

    Hey,
    Thanks for your response.

    I added the css code you gave to me but still same problem.

    Please check the screenshot that I made after puting the css code.

    https://www.caddieplus.com/screenshot-add-to-cart-sign-cut/

    Thank you so much
    Fatim

    #54824
    Fatim
    Participant

    Hello,
    I just checked everything is correct today I don’t know why yesterday wasn’t work. Thank you so much because the css code is good et now the add to cart sign is entire display on mobile.
    I’m really happy thank you 🙂
    Best regards,
    Fatim

    #54836
    wensolutions
    Keymaster

    Hello @fatim,

    Yes when we checked your site URL we found that the Add to Cart Button is not cutoff in responsive view i.e it is working fine .

    If you have any issues further then please feel free to post them .

    Best Regards!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.