Page 1 of 1

Carousel does not fit in Flex Grid sections

Posted: Sat Feb 02, 2019 2:41 pm
by udk
Trying to place the carousel in the sections of the Flex Grid. At the same time, the carousel lies on top of the grid, without being tied to any grid block. Help to understand the problem.
https://drive.google.com/file/d/1YWhuHJ ... sp=sharing
https://drive.google.com/file/d/1Yi8-l7 ... sp=sharing

Re: Carousel does not fit in Flex Grid sections

Posted: Sat Feb 02, 2019 3:09 pm
by Pablo
A carousel cannot be used inside a flex grid, because the layout of a carousel is controlled by a script. This conflicts with the flexbox layout of a flexgrid.

The only way this will work is if you set the carousel 'flexible' and place it inside a full width row.

Re: Carousel does not fit in Flex Grid sections

Posted: Sat Feb 02, 2019 3:25 pm
by udk
Thank you very much!