Loader is in the non-visible area on the checkout page
-
I noticed that the loader sign is not visible when the customer clicks “pay now”. the loader is at the top of the non-visible area of the page. Since it sometimes takes a long time before the customer is forwarded to the payment page, it is an advantage if the LOader is visible. How can I fix this?
https://nimb.ws/QfuYiO
Best regards
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
woocommerce-checkout .blockOverlay:after {
position: fixed;
}
Kind Regards
You are always welcome. Feel free to contact us if you have any further questions.
The topic ‘Loader is in the non-visible area on the checkout page’ is closed to new replies.