Hello
How to add six column in layout elements?
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
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>
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
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.