Tagged: checkout, enfold, woocommerce
I have a site that is apparently running into issues directly related to this floating checkout button. It appears that on mobile it is blocking a large amount of the screen making it unclickble. Go to the site, add something to the cart and try to checkout. Once on the checkout try to ‘login’ with your existing account and you will see what I mean. I need to get this fixed asap and can’t figure out what is happening.
PLEASE SOMEONE help me fix this.
Hey Chris,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
.html_header_top.html_header_sticky body#top #wrap_all #main {
padding-top: 35px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria