Page 1 of 1
Block Layout Grid
Posted: Tue Sep 01, 2020 6:02 pm
by eceniceros
Hi,
I'm using the example Block "Features Card 1" and I always get the same size (970,385), I want to change the background height but I can't find where that size is defined
If I try to change this in the properties box in the Size row, this is not changed it is always kept at 385
Regards
Re: Block Layout Grid
Posted: Tue Sep 01, 2020 6:06 pm
by eceniceros
It's the Padding, but I can't change it
Re: Block Layout Grid
Posted: Tue Sep 01, 2020 6:08 pm
by Pablo
Most blocks are based on layout grids , so their size and posit ion is controlled by the grid.
Related tutorials:
https://wysiwygwebbuilder.com/blocks.html
https://wysiwygwebbuilder.com/layout_modes.html
Padding can be changed via the arrange tools.
Re: Block Layout Grid
Posted: Tue Sep 01, 2020 6:31 pm
by eceniceros
Thanks,
If I manually change the padding in Chrome it fits perfectly
padding: 10px 0px 10px 0px;
(original is padding: 100px 0px 100px 0px;
But how can I adjust it in the WYSIWYG Web Builder?
If I right click, the Padding... option appears without being able to select it
Regards
Re: Block Layout Grid
Posted: Tue Sep 01, 2020 7:55 pm
by Pablo
If you need help then please share a demo project so I can see all settings.
See also:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134
Re: Block Layout Grid
Posted: Tue Sep 01, 2020 10:32 pm
by eceniceros
Here is the sample
http://sebusca.com.mx/example/grid.wbs
I need to reduce the padding on both layouts
Regards
Re: Block Layout Grid
Posted: Wed Sep 02, 2020 1:52 am
by crispy68
The padding is set within the grid columns themselves. Open up the properties of the grid, select a column --> click edit --> click Padding. Here is where you can adjust the internal column padding.
Re: Block Layout Grid
Posted: Thu Sep 03, 2020 3:17 pm
by eceniceros
Ok Thank you crispy68, now is working
Regards