Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add Ability to Reset/Clear Column Row #94

Open
chrisvidal opened this issue May 3, 2023 · 3 comments
Open

Feature Request: Add Ability to Reset/Clear Column Row #94

chrisvidal opened this issue May 3, 2023 · 3 comments

Comments

@chrisvidal
Copy link
Contributor

Inside a section, we can add Content items.
For each content, we can set a column value. Which works well.
For most of my project, i need to:

  • have a content as a header with a title of a column size of 8
  • have 3 columns below with a column size of 4.

I would like to be able to reset / clear the row after the first column of size 8 to make sure that the 3 columns are below and not after.

Do you see what I mean?

I probably can do that with a css class, but it would be nice to have this option in-built :)

@artistro08
Copy link
Owner

I've ran into this issue myself and this sounds like a great idea!

I'll work it in or accept pull requests. Ideally, the way that this should work is via a switch on the column. Once turned on, it should clear the next column.

Or we could include it on the section with some configuration.

Another idea would be to add responsive classes to the columns as well

@chrisvidal
Copy link
Contributor Author

I tried to make it happens with css class but didnt find a way.

right now, I am adding an empty content of col size 2 before and after my section of col size 8,
like a filler

@artistro08
Copy link
Owner

I think I figured out a way to add it. We just need to add a column afterwards, and change it's visibility to none. It's on the list.

@artistro08 artistro08 changed the title Feature request suggestion Add Ability to Reset/Clear Column Row Oct 11, 2023
@artistro08 artistro08 changed the title Add Ability to Reset/Clear Column Row Feature Request: Add Ability to Reset/Clear Column Row Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants