Page 1 of 1

layer section is overriding other layout grids?

Posted: Tue Apr 14, 2026 4:43 pm
by debbiemoon53
I have a weird layout grid issue. In image provided you can see the image that is outlined in orange is on top AND under 2 other layout grids. I have an arrow where it is SUPPOSED to be and a screenshot of how it laid out in the builder. If I remove the orange bordered image it lays out fine


https://simplediywebsites.com/problem.png
https://simplediywebsites.com/problem2.png

ty

Re: layer section is overriding other layout grids?

Posted: Tue Apr 14, 2026 6:03 pm
by Pablo
Thank you for sending the project.

The issue is that the design currently mixes fixed/absolute layout with flexible layout. Most of the page is built using Layout Grids, which are flexible, but the “headermiddle” section uses absolute layout. This causes overlaps and layout conflicts.
The difference between fixed and flexible layouts is explained here:
https://www.wysiwygwebbuilder.com/layout_modes.html

To resolve this, everything in the “headermiddle” section will also need to be placed inside a grid so that it becomes flexible as well.