I saw previous posts of Bricks users who were reported that their site was broken after changing the Bricks CSS loading method from inline to external.
Or there were some that noticed their site layout looked weird even though they have cleared the cache.
It’s probably due to caching and the Bricks assets loading method is not updated.
To fix that, SSH into your server, navigate to your website’s installed path and run the command below. This will regenerate any broken files in the frontend. Be sure to take a backup first, though.
wp bricks regenerate_assets
Code language: Bash (bash)
As you can see below, I’ve generated all CSS files in my local installation.