Hi,
I have three 1/3 columns in a section labelled “Latest Issue”. I am trying to reduce the space between the columns but at the same time set the columns to be equal height.
I applied the following CSS and it only works if the columns are set to “Individual Height”
.page-id-7803 div .av_one_third {
margin-left: 2% !important;
width: 31.333333%;
}
How can I make this work with the columns set to “Equal Height”
My page
Hi navindesigns,
Edit the first 1/3 Column, in Row Settings > Equal Height Columns set to Equal Height.
Then use this CSS code:
#top.page-id-7803 .av-equal-height-column-flextable .av-flex-placeholder {
width: 2%;
}
Hope this helps.
Best regards,
Nikko
That worked perfect.
Thanks!!!