artistro08/tailor-starter

Feature Request: Add Ability to Reset/Clear Column Row

chrisvidal opened this issue · 3 comments

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 :)

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

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

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.