Home>Support>rows the same height

rows the same height

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

On this website: http://e62.61f.myftpupload.com/
below > Here’s what people are saying about us
is there a way to make all the boxes the same height???? John

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 4 months ago Alex S
    Hi, I Work Here

    Hi John,

    Unfortunately, there’s currently no easy way to keep consistent column heights.

    Regardless, it looks like you worked out how to setup heights via CSS but you didn’t setup any CSS to allow for it to be responsive. To allow for it to be responsive, please open the widgets you applied a height to and head over to the widget styles sidebar. Open the Attribute settings group and set the widget class to auto-height and save the page.

    Please navigate to WP AdminAppearanceCustom CSS and add the following CSS:

    @media (max-width: 600px) {
    	.auto-height {
    		height: initial !important;
    	}
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  2. 8 years, 4 months ago John H Merlo

    Thanks that works! John

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