Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #369204

    Hey guys, is it possible to add more columns then the allowed on enfold ?
    I need to use 16 columns.. is it possible ?

    #369533

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.