Unfortunately, these are not resolved correctly by the Bricks Builder, so that the Bricks Builder does not arrange the relevant content properly internally.
Even if I put them in the page settings instead of the Bricks settings in the builder, they are not resolved correctly for the page view.
I also noticed that the CSS entries in the page settings can only be viewed and adjusted in the respective template in which they were entered. But I actually thought that this was a configuration for the entire website and not for the template in question.
as you can see from my CSS code, I don’t need the grid structure within a template (sections or containers, etc.), but I need it to position the header, content and footer areas above it.
Unfortunately, I can’t do anything with the internal grid settings in this required work level, otherwise I would have liked to use them for this.
Hi Matze,
If you want to go this way, use .brx-body or body.brx-body instead of body; otherwise, your body styles will be overwritten by the .brx-body default styles.
Great @timmse , thank you very much, now I just have to fix the caching problem so that I don’t have to wait for hours after each adjustment until I can see the result in the frontend.
Yes, I completely agree with you, but if you take a look at the screenshot in the other post, you will see that there is no caching plugin installed.
But it is a staging page of a previous one that I am currently revising, where I have uninstalled everything that is unnecessary for the implementation (such as caching and cookie plugins).
There are still some leftovers in there and the service worker from a PWA plugin that is also no longer installed was causing these problems.