Page 1 of 1

layers

Posted: Mon Feb 14, 2022 12:46 am
by Amit
Hi

I have created first layer with the background image and made it relative horizontal sizing with default mode. when i insert another layer into the first one, the second layer is not sizing to the browser even i have selected Relative horizontal sizing for the second layer.
need help how I can get my second layer relative sizing.

Re: layers

Posted: Mon Feb 14, 2022 1:03 am
by crispy68
Why are you inserting a full width layer inside another full width layer?

The objects in a floating layer are fixed so your layer will be a fixed size. Try setting the layer to where the children are floating.

Re: layers

Posted: Mon Feb 14, 2022 6:48 am
by Pablo
Layers are for fixed/absolute layout.
If you are trying to create a flexible layout then it's better to use Layout Grids or flexbox.