Home>Support>Vantage Tablet View Widget Vertical Spacing Issue

Vantage Tablet View Widget Vertical Spacing Issue

By Dave, 8 years ago. Last reply by Dave, 8 years ago.
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].

Hi Guys,

I have a bit of a strange problem and can’t figure out how to cure it…

Basically I have two rows with default spacing, each row contains 4 editor widgets with a 1px border around each. In desktop and phone view everything is fine and the widgets all have the correct default spacing of 30px. However in tablet view each row collapses into 2 blocks of two widgets with no vertical spacing. Any idea please, how I can get the vertical spacing between the blocks of 2 widgets to be 30px in tablet view only?. Ive tried the mobile padding etc but that doesn’t help at all.

Thanks in advance.

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 Dave,

    Do you have a public URL where we can take a look at what’s going on?

  2. 8 years, 4 months ago Dave

    Hi Alex, thanks for your reply. Sure, have a look at the homepage here https://www.albionplace.co.uk

  3. 8 years, 4 months ago Dave

    I forgot to say, specifically, the 8 widgets under “Online Services” on the homepage.

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

    Hi Dave,

    Please open the row housing the service boxes by clicking the wrench icon above the row. Head over to the row styles sidebar and open the Attribute settings group. Set the row class to tablet-spacer and then do the same for the next row. Then save the page and navigate to AppearanceCustom CSS and add the following CSS:

    @media (min-width: 481px) and (max-width: 991px) {
    	.panel-grid-cell {
    		margin-bottom: 14px !important;
    	}
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  5. 8 years, 4 months ago Dave

    Worked like a charm! Thanks for your help Alex.

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