Home>Support>Page builder columns collapse in mobile view

Page builder columns collapse in mobile view

Using page builder, I create a row with 2 Column and gutter spacing 5px.

After inserting site origin hero widget to each of the column, on a desktop views, it display as expected.

However, going to a mobile view, the column collapse on top of one another resulting in a very wide white spacing between the column.

Anyway to reduce the spacing of the mobile view to 5px as well to be consistent?

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, 8 months ago chew

    The site is http://hikersforlife.com/932-2/

  2. 8 years, 8 months ago SiteOrigin
    Hi, I Work Here

    Hi chew

    Thanks for your support.

    Please, try the following. Edit the row concerned in Page Builder, click the Attributes tab on the right, enter the following as a CSS Class (first field):

    no-margin
    

    Then, at Appearance > Custom CSS, insert:

    @media (max-width: 780px) {
    	.no-margin .panel-grid-cell {
    		margin-bottom: 0 !important;
    	}
    }
    

    Let us know how that goes.

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