- This topic has 6 replies, 2 voices, and was last updated 7 years ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Clean Commerce Pro › my apply coupon code part is cut on mobile
Tagged: woocommerce apply coupon code
Hey,
My apply coupon code part isn’t well displayed on mobile.
what css code have to add please ?
Thanks so much
Fatim
Hi,
could someone answer my question please ?
Thank you
Fatim
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!!
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
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!!
Perfect!
Thanks a lot 🙂
Hello @fatim,
Glad we could help .
If you have any issue further then please feel free to post .
Thank you .
Best Regards!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |