Iam also facing the same issue. Can anyone please help me on this issue.:)
This is my site https://www.quotespepo.com plz help me on the above issue
I have the same problem, apparently the biggest issue is the preloader that shows until the whole page is loaded (?), is there a way to get rid of it? I too love the theme, but this is really, really bugging me..
You can switch the preloader off by adding this in your child theme’s style.css, or in Appearance -> Edit CSS:
div.preloader {
display: none;
}
You can speed up your website by signing up to cloudflare.com for free.
I’m afraid, for me, adding:
div.preloader {
display: none;
}
disables the responsive grid, laying one post on top of another, essentially making my site look broken.
Perhaps I added it to the wrong place in the CSS? I tried a few locations with the same broken result. Is there a specific place in the code it should go?