Home>Support>No Margin on Bottom of Cells (Tablet Layout)

No Margin on Bottom of Cells (Tablet Layout)

Hi there,
Firstly I’d like to say thank you for this awesome page builder – especially as its core functionality is free.
The only shortcoming I find with the builder is the lack of customisation options for Tablet Layout.
As an example:
I have created a 4 cell row with the layout builder and it looks great on desktop and mobile view. However, when using the Tablet Layout the cells have no bottom margin and are stuck together.
This is caused by following bit of code near the footer:

<style type="text/css" media="all"
    id="siteorigin-panels-layouts-footer">/* Layout w5e3d4321bd97c */
    @media (max-width:1024px) and (min-width:781px) { #pg-w5e3d4321bd97c-0.panel-no-style, #pg-w5e3d4321bd97c-0.panel-has-style > .panel-row-style { -ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap } #pg-w5e3d4321bd97c-0 > .panel-grid-cell , #pg-w5e3d4321bd97c-0 > .panel-row-style > .panel-grid-cell { -ms-flex:0 1 50%;-webkit-flex:0 1 50%;flex:0 1 50%;margin-right:0;margin-bottom:30px } #pg-w5e3d4321bd97c-0 > .panel-grid-cell , #pg-w5e3d4321bd97c-0 > .panel-row-style > .panel-grid-cell:nth-last-child(-n+2) { margin-bottom:0 }

Unfortunately I cannot find any settings to change this margin-bottom value. There is an option for changing it for desktop and for mobile views. But nothing for tablet view.
Could you point me in the direction of where I can alter css settings for tablet view (hopefully without having to mess with the core files themselves)? If there is no such option, is there a plan to add the same customisation features for tablet as there are for mobile?
Many thanks.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 4 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Hi AcerJay

    Thanks for posting and for your support.

    I see the issue and will revert back once I’ve chatted with the team about what’s happening there.

    Thanks again :)

  2. 4 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Hi, I’ve logged the issue on GitHub.

    For the time being, you could add to Custom CSS or Customize > Additional CSS:

    @media (max-width: 1024px) and (min-width: 781px) {
    .panel-grid-cell {
    		margin-bottom: 30px !important;
    	}
    }
  3. 4 years, 7 months ago AcerJay

    That works a treat – thanks.

  4. 4 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad that helps.

    We’ll try to get the issue resolved as soon as possible. The GitHub link above will contain feedback as the issue is assigned and resolved.

    Cheers for now :)

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