Home Forums Pro Themes Clean Commerce Pro my apply coupon code part is cut on mobile

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #56202
    Fatim
    Participant

    Hey,

    My apply coupon code part isn’t well displayed on mobile.
    what css code have to add please ?
    Thanks so much
    Fatim

    #56537
    Fatim
    Participant

    Hi,
    could someone answer my question please ?
    Thank you
    Fatim

    #56540
    wensolutions
    Keymaster

    Hello @fatim,

    When we checked the cart page locally it is displaying fine as you can see in below screen shot :

    https://image.prntscr.com/image/Ls3cx0mNSTuE6l–64dNng.png

    But if you are still having the issue then you can use below given CSS .

    .woocommerce input.button {
        font-size: 13px;
        padding: 12px 17px 12px;
    }

    This will reduce the font size.

    Hope this helps .

    Best Regards!!

    #56582
    Fatim
    Participant

    Hey,
    Thank for your response.
    Please follow this link :
    https://www.caddieplus.com/coupon-code-problem/

    To see how now the view is, I put some screenshots so that you can understand what I’m talking about. you can see how it was and how it is after putting in the additional css you sent me. the problem is Now the writing is very small and we can not see the writing properly.

    Is that a way to resolve this issue ?

    Thank you so much
    Fatim

    #56585
    wensolutions
    Keymaster

    Hello @fatim,

    The CSS we have provided previously will reduce the font size for desktop and responsive view .

    So as there is no issue in desktop view we have provided the CSS that would work for responsive view only .

    Please replace above given CSS with the CSS given below .

    @media only screen and (max-width: 767px){
    .woocommerce input.button {
        font-size: 12px !important;
        padding: 12px 2px 9px !important;
    }
    }

    Hope this helps .

    Best Regards!!

    #56607
    Fatim
    Participant

    Perfect!
    Thanks a lot 🙂

    #56612
    wensolutions
    Keymaster

    Hello @fatim,

    Glad we could help .

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

    Thank you .

    Best Regards!!

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