Hey guys, is it possible to add more columns then the allowed on enfold ?
I need to use 16 columns.. is it possible ?
Hi Bruno!
That’s not going to look good on small screens. You could try using some basic HTML and CSS in a codeblock element.
<div style = "width: 4%; float: left; margin-right: 1%">
column 1
</div>
<div style = "width: 4%; float: left; margin-right: 1%">
column 2
</div>
etc
etc
Regards,
Elliott