equal height columns
Hello, I am trying to achieve equal height of the columns of the same row. (as you can see in the website http://www.intergo.com.cy/about-us/). I have used min-height but when the view of the page is over 100% the height is not equal.
My theme uses the siteorigin plugin.
Could you please help me ?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2–problem solved using this css code
.row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
.row > [class*=’col-‘] {
display: flex;
flex-direction: column;
}
Hi Andreas,
This is possible by using Post: SiteOrigin Page Builder Cell Vertical Alignment Feature. You will, however, need to apply the background directly to the cell rather than the widget itself to get the desired effect.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.