Page 1 of 1
About the background fill of the layout grid column
Posted: Fri Oct 04, 2024 3:52 pm
by VictorKrs
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
Re: About the background fill of the layout grid column
Posted: Fri Oct 04, 2024 5:05 pm
by wwonderfull
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
Posted: Fri Oct 04, 2024 5:12 pm
by Pablo
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
Posted: Sat Oct 05, 2024 4:43 pm
by VictorKrs
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!
Re: About the background fill of the layout grid column
Posted: Sat Oct 05, 2024 5:16 pm
by Pablo
I'm sorry, it is not clear what you are trying to do.
Can you please be more specific?
Re: About the background fill of the layout grid column
Posted: Sat Oct 05, 2024 5:21 pm
by wwonderfull
VictorKrs wrote: ↑Sat Oct 05, 2024 4:43 pm
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.
Something like this?

Re: About the background fill of the layout grid column
Posted: Sat Oct 05, 2024 6:00 pm
by VictorKrs
wwonderfull wrote: ↑Sat Oct 05, 2024 5:21 pm
VictorKrs wrote: ↑Sat Oct 05, 2024 4:43 pm
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.
Something like this?
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:(
Re: About the background fill of the layout grid column
Posted: Sat Oct 05, 2024 6:10 pm
by wwonderfull
I just added a card with top bottom margin that's just it.
Re: About the background fill of the layout grid column
Posted: Sat Oct 05, 2024 6:18 pm
by wwonderfull
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
Posted: Sat Oct 05, 2024 6:25 pm
by VictorKrs
wwonderfull wrote: ↑Sat Oct 05, 2024 6:10 pm
I just added a card with top bottom margin that's just it.
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 item
Re: About the background fill of the layout grid column
Posted: Sat Oct 05, 2024 6:32 pm
by wwonderfull
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
Posted: Sat Oct 05, 2024 6:40 pm
by VictorKrs
wwonderfull wrote: ↑Sat Oct 05, 2024 6:10 pm
I just added a card with top bottom margin that's just it.
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.
Re: About the background fill of the layout grid column
Posted: Sat Oct 05, 2024 6:50 pm
by wwonderfull
VictorKrs 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.
As I had mentioned it is possible no custom codes needed you just need to adjust another grid inside
I can email you the file if you need you can contact from below
Re: About the background fill of the layout grid column
Posted: Sat Oct 05, 2024 7:27 pm
by VictorKrs
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.
Thanks a lot, wwonderful!!!!