Hello Pablo,
is there any way to set marigin for columns in layout grid?
For example: I am setting background color for layout grid to black.
Then I am setting column color to white. I would like to set the marigin for columns so there would be a black gap (layout grids background color) between them.
Right now column color is always filling whole column width.
If possible – I would like to not to nest another layout grid.
Bests
Piotr
layout grid column margin
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
- Pablo
- Posts: 23620
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: layout grid column margin
Instead of using a margin, you can set a border for the columns.
-
-
- Posts: 165
- Joined: Sat Mar 15, 2014 11:00 pm
Re: layout grid column margin
Yes... but what if I want to use margin and also border?
P
P
- crispy68
-
- Posts: 3091
- Joined: Thu Oct 23, 2014 12:43 am
- Location: Acworth, GA
- Contact:
Re: layout grid column margin
There is not a way to add margin to a layout grid column that I'm aware of. Could you use flexgrid? With some CSS code I believe it would be possible.
- Pablo
- Posts: 23620
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: layout grid column margin
It's not possible to add margin to columns because this would add extra width to the columns. So, the total width would be wider than 100%.
-
-
- Posts: 165
- Joined: Sat Mar 15, 2014 11:00 pm
Re: layout grid column margin
Thank You both!
P
P