Page 1 of 1

***SOLVED***Carousel and layout grid

Posted: Fri Sep 18, 2020 5:50 pm
by Fredl
Hello,
I am working on a page with a carousel, I have an undivided layout grid at the top of the page that I'm using as a header of sorts. I have a carousel just below the top grid. I want to add content below the carousel in another grid, but I can't get the grid to stick to the bottom of the carousel, it flies up and behind it. I have tried to place the carousel in a grid, but even with the grid height set to auto the grid's lower edge is behind the carousel.
I have looked at the options for the carousel and the grid, but nothing I do allows me to begin another grid below the carousel. I have tried placing the carousel in a layout grid of it's own, but it seems to ignore the grid. What am I doing wrong here?
Thanks in advance for any suggestions.

Re: Carousel and layout grid

Posted: Fri Sep 18, 2020 5:58 pm
by Pablo
I think you are mixing fixed layout with flexible/floating layout. In that case elements will overlap because floating elements always start at the top of the page.
To use the Carousel in combination with a layout grids, you will need to set it to 'flexible mode'.

There are several templates which demonstrate this. For example:
https://www.wysiwygwebbuilder.com/suppo ... ngles.html
https://www.wysiwygwebbuilder.com/suppo ... rofit.html
https://www.wysiwygwebbuilder.com/suppo ... ights.html
https://www.wysiwygwebbuilder.com/suppo ... delft.html

Re: ***SOLVED***Carousel and layout grid

Posted: Fri Sep 18, 2020 6:10 pm
by Fredl
Thanks Pablo! That did it.