Row Columns

Hi,

Is it possible to split a row into 12 in Pro?

I need to do a row that is 4/12 + 2/12 + 2/12 + 2/12 + 2/12 but it seems to be unable to do so. Splitting into 1/5 doesn’t quite give me what I’m trying to do.

Thanks!

Hi Jonathan,

Yes, that’s not possible. The columns are only up to 6.

You can however add custom width by adding an element css to your column elements.

eg. You can add this

$el {
  width:10%;
}

Just make sure your width adds up to 100% minus 4% margins so that it will fit in your row.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.