Custom sizes for Grid Columns - select box

Permalink 1 user found helpful
Hi

I have a question.
Is it possible, to choose from select box which classes should be added to block ?
Fe. I want add col-xs-12 col-sm-6 col-lg-3 .
I know, that I can add manually this classes, but my client doesn't know which class can use.
I would like to choose from select like:
XS size: select with options 1-12
MD size: select with options 1-12
etc.
As default I have only col-sm-6 or 12 .

1 Attachment

IceManSpy
 
MrKDilkington replied on at Permalink Best Answer Reply
MrKDilkington
Hi IceManSpy,

I don't believe there is core method for doing what you describe.

As an alternative, you could use custom layout presets. You can define a number of them for different situations.
https://documentation.concrete5.org/developers/designing-for-concret...
IceManSpy replied on at Permalink Reply
IceManSpy
Thank you !
It's enough to resolve my problem :)