rows the same height
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.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi 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.
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.