Hey,
My layout uses a 12-column grid in all screen sizes, but the position of the blocks changes according to the breakpoints. I’m working with 2 extra breakpoints: 1280 and up
and 1920 and up
.
- On the
1280 and up
breakpoint, I have adiv
that starts in column 3 and ends in column 10. - On the
1920 and up
breakpoint, I have adiv
that starts in column 4 and ends in column 9.
It works fine on designer view on webflow, but after publishing it it breaks, and the media query for
1280 and up
overrides the 1920 and up
only when defining the grid areas.
Looking into the .css file the styles for 1280 and up
is written below the1920 and up
. Just by adding this in the reversed order makes it work, so it seems a bug to me.
I’m not sure how to handle it. Any suggestions? Thanks!
Here is my site Read-Only: Webflow - Design's Awesome Site