On my site with custom CSS i have created a 6 column layout seen here (scroll towards the middle of the page where there are some icons and text) – http://alexandere18.sg-host.com/portfolio-item/multifamily-properties – which works great, the only issue that I would like to make all the columns equal height
I change the column settings to :”equal height” but now the 6th column is jumping on the next line as seen here – http://alexandere18.sg-host.com/portfolio-item/326-south-washington
How can I keep the column height the same with six columns?
Thanks in advance.
Hi navindesigns,
I have added this CSS code in Quick CSS to make the columns equal height:
#sixcolumns .portDesc {
min-height: 32px;
}
Using equal height for columns would trigger Enfold to create a parent container that wraps each row that’s why you’ll see the last item going to the next row.
Best regards,
Nikko