sometimes when i open my website without cache my preloader appears to be in botom instead of center i uploades the file how it looks
This topic has 4 replies, 3 voices, and was last updated 1 months ago ago by Jack Richardson
sometimes when i open my website without cache my preloader appears to be in botom instead of center i uploades the file how it looks
Hello, Anurag,
Thank you for reaching out to us.
Could you please provide more details about the browsers and devices you used while testing this situation?
Best regards,
8Theme Team
almost all phones i tried with my other phones also but it appears once in 10 times my device is Samsung S22 ultra browser chrome
Dear @Anurag,
We hope you are doing well.
We have attempted to test the issue multiple times but were unable to reproduce it. Could you kindly try uploading a different loader on your website and check if the issue persists? Alternatively, if this problem occurs only in specific cases on mobile devices, it might be more effective to disable the site preloader for mobile users.
If you decide to proceed with this approach, you can add the following custom snippet to your “child-theme/style.css” file:
@media only screen and (max-width: 768px) {
body > .et-loader {
display: none;
}
}
Please let us know if you need any further assistance.
Best regards,
Jack Richardson
8Theme Team
You must be logged in to reply to this topic.Log in/Sign up