Hi,
I have a question on how to auto-resize Layers.
There are a Layer and a HTML with dynamic table inside. When number of rows grows to let's say 30+, table grows over Layer's border - Layer does not auto-extends. Is there a way to make Layer 'grow' along the table?
Thanks
How to auto-resize Layers
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: How to auto-resize Layers
A layer is fixed/absolute container, it does not scale automatically.
If you want to implement a flexible layout then you can use Layout Grids or Flexbox instead.
Related tutorial:
http://wysiwygwebbuilder.com/layout_modes.html
If you want to implement a flexible layout then you can use Layout Grids or Flexbox instead.
Related tutorial:
http://wysiwygwebbuilder.com/layout_modes.html
-
-
- Posts: 30
- Joined: Sat Feb 26, 2022 3:46 pm
Re: How to auto-resize Layers
OK. Thank you for the information.