This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

equal height columns

8 years ago · Last reply by Alex S 8 years ago

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
  1. Andreas Hadjizinoviou 8 years, 2 months ago

    –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. Alex S Staff 8 years, 2 months ago

    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.

Have a different question or issue?

Start New Thread