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.
layers
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Re: layers
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.
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
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.
If you are trying to create a flexible layout then it's better to use Layout Grids or flexbox.