CSS files not loading

CSS files not loading

by Matthew Newman -
Number of replies: 0

I had an issue with my CSS files not loading from my custom theme.  I've seen this is an issue others have also had.

I resolved this by editing my php.ini file and changing the output_buffering from 4096 to 8192.

; Development Value: 4096

; Production Value: 4096

; http://php.net/output-buffering

output_buffering = 8192


Hope this helps.

Average of ratings: -