Reply To: Spacing with Grid Columns

Home Forums Support Spacing with Grid Columns Reply To: Spacing with Grid Columns

Home Forums Support Spacing with Grid Columns Reply To: Spacing with Grid Columns

#230775
Tom
Lead Developer
Lead Developer

You can wrap your columns in a div with a class, then do this:

.my-wrapper-div .inside-grid-column {
    padding: 0;
}