Home>Support>equal height columns

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 6 years, 9 months ago Andreas Hadjizinoviou

    –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;
    }

  2. 6 years, 9 months ago Alex S
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More