Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #238067

    Hello

    How to add six column in layout elements?

    #238207

    Hi zibaloon2!

    Unfortunately, that is not possible at the moment. You can add something like this on a text block:

    <div class="flex_column av_one_sixth first">Content here</div>
    <div class="flex_column av_one_fifth">Content here</div>

    You can add up to six div with av_one_sixth class.

    Best regards,
    Ismael

    #238254

    Hello

    Do you mean:

    <div class=”flex_column av_one_sixth first”>sample 1</div>
    <div class=”flex_column av_one_fifth”>sample 2</div>
    <div class=”flex_column av_one_fourth”>sample 3</div>
    <div class=”flex_column av_one_third”>sample 4</div>
    <div class=”flex_column av_one_second”>sample 5</div>
    <div class=”flex_column av_one_first”>sample 6</div>

    #238989

    Hi!

    Not quite. The av_one_sixth class is 1/6 of 100% space. The av_one_fifth class is 1/5 of 100% etc. So you could have any configuration of those classes to equal 100% (6 av_one_sixth divs for instance).

    The builder however doesn’t have a one sixth element that is support right now.

    Regards,
    Devin

    #253439
    This reply has been marked as private.
    #254095

    No, unfortunately this isn’t something we can help debug as it isn’t strictly part of the supported theme configuration. If you wanted to have it fully debuged for full cross browser support you would need to have a freelance developer look into it.

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