I have checked the CSS, and there is a custom code set up that I still see as good. I've put the full HTML code and relevant CSS in hidden text.
The CSS code below is clearly calculated by the framework, not by me.
It is calculated between 960-1199px this way, so exactly one breakpoint for the assets.
#column-wrap-id-efa24911-8e06-47df-8c93-0f9e82b5c749 {
max-width: 33.333333%;
flex-basis: 33.333333%;
}
@media (max-width: 1199.98px)
#column-wrap-id-efa24911-8e06-47df-8c93-0f9e82b5c749 {
max-width: 33.333333%;
flex-basis: 33.333333%;
}
What's interesting is that this is what the system defaults to in CSS, but I don't know why when it's set to 12+12+12
Update1:
Okay, I see what the problem is. Instead of the hidden-xl variant, it now displays the other section (for tablets and mobiles), and at this resolution it still uses the fixed position. Okay, now it's clear, and thanks for the CSS tip!
Which is the hidden-lg breakpoint in the display? The tablet landscape, right?