Home>Support>Excess Space between text on mobile/tablet

Excess Space between text on mobile/tablet

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].

Scenario:

1 row split into 2 equal columns
Each column contains a Siteorigin Editor and some text

When viewport is <780px the widgets stack but there is a large space between the text wigdets

I searched the forum and tried some suggestions but I think some of the CSS selectors are deprecated

I have a class applied to that row – .services-row-class (the text turns red – just a test!)

URL: http://www.greenhandsgardeningservice.co.uk/

it's the box near the top with the thick green border with text beginning "Grass cutting"

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, 7 months ago Alex S
    Hi, I Work Here

    Hi David,

    You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

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

    Please note that your theme also applies 1.5em of bottom margin for paragraphs so this may also cause undesired spacing for this section.

    You might also need to install the SiteOrigin CSS Editor.

  2. 8 years, 7 months ago David Sims

    Alex

    thank you very much for the help – it’s appreciated

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