About the background fill of the layout grid column
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
About the background fill of the layout grid column
Hello!
I have a question about the background fill of the layout grid column.
In the column style, padding settings apply to the elements that are in this column. And it's good that there is such a setting!
However, it is not possible to control the background padding from the column borders (although this style settings window (judging by the title of the style settings window) should be exactly the background.
Question: how do I make the fill have paddings from the column borders?
Suggestion: consider adding the paddings control settings for the column background in this window.
Victor
I have a question about the background fill of the layout grid column.
In the column style, padding settings apply to the elements that are in this column. And it's good that there is such a setting!
However, it is not possible to control the background padding from the column borders (although this style settings window (judging by the title of the style settings window) should be exactly the background.
Question: how do I make the fill have paddings from the column borders?
Suggestion: consider adding the paddings control settings for the column background in this window.
Victor
-
-
- Posts: 1439
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: About the background fill of the layout grid column
Is there any link or demo of the project so it can be speculated before adjustment?
Re: About the background fill of the layout grid column
Padding and borders are two different things. You can set the border width and color in the style properties. Padding is transparent, so you will see the background of the grid itself.
Re: About the background fill of the layout grid column
Hello!
Thank you for the answers!
Follow the link to a WEB project in which I illustrated what I would like to do with the right column. The red borders show the boundaries of the layout grid.
Link: https://docs.google.com/document/d/1lJ4 ... ue&sd=true
I will be grateful for your help!
Thank you for the answers!
Follow the link to a WEB project in which I illustrated what I would like to do with the right column. The red borders show the boundaries of the layout grid.
Link: https://docs.google.com/document/d/1lJ4 ... ue&sd=true
I will be grateful for your help!
Re: About the background fill of the layout grid column
I'm sorry, it is not clear what you are trying to do.
Can you please be more specific?
Can you please be more specific?
-
-
- Posts: 1439
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: About the background fill of the layout grid column
Something like this?
Re: About the background fill of the layout grid column
Yes! The background color of the column with paddings from the column borders.
I'm sorry if I do not know the obvious and do not formulate the essence of the question very clearly:(
-
-
- Posts: 1439
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: About the background fill of the layout grid column
I just added a card with top bottom margin that's just it.
-
-
- Posts: 1439
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: About the background fill of the layout grid column
For this type of simple design, we can mimic it using a card. But if you really wanted margin for the column even that is possible, but it would require very precise calculation of the width which would require good amount of calculation along with custom CSS for responsive adjustments.
Re: About the background fill of the layout grid column
I would be happy to use the card, but the texts in the right column contain different hyperlinks inside the paragraphs. You cannot insert a hyperlink inside the card item text, but only on the entire text of the card itemwwonderfull wrote: ↑Sat Oct 05, 2024 6:10 pm I just added a card with top bottom margin that's just it.
-
-
- Posts: 1439
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: About the background fill of the layout grid column
Then just put another grid inside that layout grid. Although nested but much easier for the solution.
Re: About the background fill of the layout grid column
The upper and lower padding are in the layout grid settings on the "General" tab and this adjusts the entire Lg (and by the way it makes the upper and lower padding background color). There is a lack of left and right padding (which indents the background color) in each Lg column.wwonderfull wrote: ↑Sat Oct 05, 2024 6:10 pm I just added a card with top bottom margin that's just it.
-
-
- Posts: 1439
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: About the background fill of the layout grid column
As I had mentioned it is possible no custom codes needed you just need to adjust another grid insideVictorKrs wrote: ↑Sat Oct 05, 2024 6:40 pm The upper and lower padding are in the layout grid settings on the "General" tab and this adjusts the entire Lg (and by the way it makes the upper and lower padding background color). There is a lack of left and right padding (which indents the background color) in each Lg column.
I can email you the file if you need you can contact from below
Re: About the background fill of the layout grid column
Thanks a lot, wwonderful!!!!wwonderfull wrote: ↑Sat Oct 05, 2024 6:32 pm Then just put another grid inside that layout grid. Although nested but much easier for the solution.