Hello!
I am having the same issue as this post:
https://kriesi.at/support/topic/how-to-create-six-16-columns/#post-133414
Added the CSS code like the post said to do, and I tried to add a sixth 1/5 container and worked except the last element was about 20 pixils higher than the other elements in the row. I then went in and added a 20 pixil white space element. It pushed the last container to the next row. I deleted the spacer, and now I cannot get the 6th column to appear again.
Any ideas what I might be doing wrong? ALso, how do I get all 6 items to be the same height?
Thanks a lot!
LM
Hi!
You have to place the columns inside a color section. Add a unique id attribute in the For Developers: Section ID field. Use “custom-section” for example. Add this to the Quick CSS field:
#custom-section .flex_column.av_one_fifth {
width: 14.5%;
margin-left: 2%;
}
#custom-section .flex_column.av_one_fifth.first {
clear: none;
margin-left: 2%;
}
#custom-section .flex_column.av_one_fifth:nth-child(6) {
margin-top: 0 !important;
}
Best regards,
Ismael
Ismael:
Worked Perfectly! Thanks for the instructions and the code.
Warm wishes,
LM