How to auto-resize Layers

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
bzc0fq@gmail.com
 
 
Posts: 30
Joined: Sat Feb 26, 2022 3:46 pm

How to auto-resize Layers

Post by bzc0fq@gmail.com »

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
User avatar
Pablo
 
Posts: 23272
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: How to auto-resize Layers

Post by Pablo »

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
bzc0fq@gmail.com
 
 
Posts: 30
Joined: Sat Feb 26, 2022 3:46 pm

Re: How to auto-resize Layers

Post by bzc0fq@gmail.com »

OK. Thank you for the information.
Post Reply