Page 1 of 1

Unexpected results from flex container at certain breakpoints

Posted: Fri Aug 30, 2019 2:24 am
by toones
I have been trying to figure this out for a while, but need some help.

I have a flex container called "Culture" that, does not show up in line with the rest of the page at breakpoints 320 and 480. The container shows up "out of bounds" on the right side of the screen causing a horizontal scroll bar. I also think this is causing the objects in my home container to be off center in those breakpoints and the slide out menu to appear too far to the right.

Thank you for taking a look and for any help provided.

The draft website is: http://www.jandmms.net/Sample/wb11_videobg.php

The project file is at: https://we.tl/t-pEaKyVfKC0

Re: Unexpected results from flex container at certain breakpoints

Posted: Fri Aug 30, 2019 7:33 am
by Pablo
The problem is related to the 'max-width' in the flex container in combination with the absolute layer above it. This cause a conflict in the floating layout.
I have implemented a workaround for this in the latest update (15.0.7)

Re: Unexpected results from flex container at certain breakpoints

Posted: Fri Aug 30, 2019 1:30 pm
by toones
Thank you! Upgrading to 15.0.7 resolved the issue.