This topic has 6 replies, 2 voices, and was last updated 2 years, 9 months ago ago by Olga Barlow
Hello! The problem with the retractable side mobile cart panel here is https://skr.sh/sCCHQQ2sNKc , there are no “checkout” and “add to cart” buttons, they are very far down or they are not there at all!
I tried to scroll up, but it was not always possible to stretch the buttons. Help solve the problem.
Hello,
It’s because of Yellow pencil styles that you added https://prnt.sc/26jom8s
Please, check your custom code and remove
transform:translatex(0px) translatey(0px) !important;
from Yellow pencil styles there because it causes a lot of issues on your site.
Check the mobile cart now.
Regards
Everything is working fine now!
Yes, I use YellowPencil , it changes css styles quickly and conveniently.
Do you advise not to use YellowPencil?
Hello,
You can use that but just check the code tab https://prnt.sc/26jpxpy if that it does not add the below code
transform:translatex(0px) translatey(0px) !important;
once you styled something. And remove that rule if you found that Yellow pencil automatically added that.
Regards
Hello! I looked, this code is “transform:translatex(0px) translatey(0px) !important;” it occurs many times – 8 times, here https://skr.sh/sCIJdArXwDG. Should this code be removed?
Hello,
Yes, it should be removed everywhere.
Regards
Tagged: add to cart, buttons, checkout, mobile cart sidebar, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up