Replies: 5 comments 7 replies
-
In addition: a setting to control the gutter width (including 0) would be awesome. |
Beta Was this translation helpful? Give feedback.
-
This can be easily resolved by removing the padding/margin on the Grid using the Styling Tab; it does not need any new options. |
Beta Was this translation helpful? Give feedback.
-
This is very similar to my request here: #1695 We need the ability to select and manipulate the .row element. |
Beta Was this translation helpful? Give feedback.
-
Sure, that would ok too 🙂
…________________________________
Van: mathisjay ***@***.***>
Verzonden: donderdag 2 september 2021 16:56
Aan: vanjarosoftware/Vanjaro.Platform ***@***.***>
CC: Tycho de Waard ***@***.***>; Comment ***@***.***>
Onderwerp: Re: [vanjarosoftware/Vanjaro.Platform] "no gutter" option for grids (#1637)
This is very similar to my request here: #1695<#1695>
BootStrap's gutter classes are applied on the .row element:
https://getbootstrap.com/docs/5.1/layout/gutters/
We need the ability to select and manipulate the .row element.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#1637 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACFLXHIJMR4EL7MZHE4JAYLT76GDXANCNFSM5CN24ZSA>.
|
Beta Was this translation helpful? Give feedback.
-
Yep, same here.
From: ***@***.*** ***@***.***>
Sent: Thursday, September 2, 2021 3:49 PM
To: vanjarosoftware/Vanjaro.Platform ***@***.***>
Cc: eswanzey ***@***.***>; Author ***@***.***>
Subject: Re: [vanjarosoftware/Vanjaro.Platform] "no gutter" option for grids (#1637)
…----------------------------------------
Yes indeed! If I could select the .row element, I could just add a '.g-0' class to the .row and be done with it. I think it would be nice to have a fancy UX where I can point and click to do it, but I get the desire to not overwhelm the novice user with a bunch of clutter they probably will never use.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android. [Image removed by sender.]
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a case where a Grid (type Fluid) is causing a horizontal scrollbar to appear in the browser because rows have a default horizontal gutter of 1.5 rem (the css is --bs-gutter-x:1.5rem on the row).
My suggestion is to add a "No Gutters" option for the Grid block that would apply the style "g-0" (a bootstrap 5 class) to the row that the grid encloses, which would set the gutters to 0.
.
The attached photo illustrates what I describe.
Beta Was this translation helpful? Give feedback.
All reactions