Thank you for providing excellent theme!!
The theme works on localhost, but not on Netlify.
I investigated the page source and found that css is not loaded on my website.
I was following #48, but my case seems different from that.
Would you please how to fix my problem?


Thank you.
@Rindrics Thanks for your praise and for providing some valuable screenshots.
The problem here seems related to a CORS issue on your particular setup:

Basically, the response to the CORS request is missing the required Access-Control-Allow-Origin header.
Could you please check if your domain (within Netlify's domain management) www.rindrics.com' is currently the primary and if rendrics.com is redirecting to it?
Did you clone the theme or add it as a submodule?
@lxndrblz I realized that you visited my website to investigate the problem.
Finally I managed to make my website be rendered.
Not the theme, but my domain setting caused the problem. I'm sorry.
Thank you for your support!