I added a new Breakpoint in the bricks Builder: 1440px.
The Layout looked broken and I deleted the Breakpoint again.
Now the CSS does not Load when the Browser is wide - even though I deleted the Breakpoint.
I cleared the Cache, changed the Bricks Settings Css Load to “extern”, but nothing helps.
Does someone have an Idea what to do?
It seems like deleting the Breakpoint did not delete it from a global css.
These are my current Breakpoint Settings in Bricks and ACSS:
It looks like you don’t have a base breakpoint set. Please enable the toggle for the desktop breakpoint. Then it should work again:
I assume you added the larger breakpoint and set it as base, right? If so, it’s understandable that the layout looks broken, since the breakpoint doesn’t have any styles. All styles are still located on the desktop breakpoint and smaller (as shown in the screenshot when resizing your viewport). Transferring styles from one breakpoint to another is not yet possible, but it is on our radar (Advanced Themer already provides this feature).
The best approach is to leave the desktop breakpoint as base breakpoint and only adapt what’s necessary on the larger breakpoint - especially if you’re in the middle of development. You should decide at the beginning which breakpoints you need before adding any styles.
Please let me know if it works and if you have any more questions
Probably caching? Clear the fastest cache and your browser cache. On my end, it works until 1279px, because there’s still a media query, preventing the grid to work on a viewport larger than 1279px:
I gave up, but thanks anyway :D’
I was so frustrated that I created a new Page. Kevin Geary from ACSS postet, that deleting the main breakpoint is a big mess so I was conserned that it will cause problems in future even though I fix it now.