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.

Replies

2
  1. Alex S Staff 8 years, 11 months ago

    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. John H Merlo 8 years, 11 months ago

    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.

Have a different question or issue?

Start New Thread