Skip to content

Forced container does not allow to set the grid column start property #5

@pgoepfert

Description

@pgoepfert

When using the forced container portion of the FlexSpan Grid, there is no way to set the grid column start property in the CSS grid portion.

It would be helpful to either have classes that set grid-column-start and grid-column-end separately or have classes that set both as one property.

Sometimes I want to add a column gap between two divs, and I've had to add a custom class to set the start column. For instance, I have a 12 column
grid, and I want the first block to go from column 1 to 6, and the second div to go from column 8 to 12. I would need to create a custom class to have the grid-column set to 8 / span 4. A good example of a section where this is used often is the section for the search results and filters.

Here is an example page.

https://att-jobs-redesign.runmytests.com/search-jobs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions