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.

Excess Space between text on mobile/tablet

9 years ago · Last reply by David Sims 9 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Alex S Staff 9 years, 2 months ago

    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. David Sims 9 years, 2 months ago

    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.

Have a different question or issue?

Start New Thread