So is this an external *.css file that is stored somewhere in the assets/ folder?
How exactly do you integrate this *.css into your site? With a <link ... /> tag?
When you open the developer tools in the browser, are there errors in the “Console” tab.
In the “Network” tab, is the request to the *.css file successful?
Thanks Harry - yes it’s just a. Linked in. I just this minute realised that it was a stray parentheses in my css towards the top which was breaking the css - there were no actual issues at all as such!
took ages but found it eventually. Apologies for posting here but I couldn’t think what was causing it
When the browser request a *.css file (that’s linked in the page) from the server, the server returns the file without running MODX. MODX is not involved in the process at all.
So doing things like clearing the MODX cache won’t change anything.