Home>Support>Remove spacing between rows

Remove spacing between rows

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

Trying to remove the white blank space between the two rows. I already have this entered in Custom CSS:


.panel-grid-cell {
  margin-top: 0px !important;
  margin-bottom: 0px !important; 
}

header#masthead hgroup {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

#main {
  padding-top: 0px !important;
  padding-bottom: 20px !important;
}

Also, I would like to minimize the padding in the header (aka the space above ‘About PlanPilot’ and the space below the writing that ends with ‘…investment structure’). How do I do this?

Thanks!

URL: http://www.planpilot.us/about

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

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

    Hi Alex

    Thanks for running Vantage. You can edit header padding at Appearance > Customize > General: Header Padding.

    If for any reason that isn’t working correctly you could also use the following under Appearance > Custom CSS to control the same selector:

    /* Vantage Header Padding */
    
    header#masthead hgroup {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    }
    

    Settings > Page Builder has a row setting to control bottom margin. There is unfortunately a bug with this setting right now. A solution to resolve is to use the following child theme:

    https://siteorigin.com/wp-content/uploads/2014/09/vantage-child-set-pb-bottom-margin.zip

    You can install via Appearance > Themes > Add New > Upload Theme. Activation of a child theme does require redoing Customizer settings but check whether the child theme works for you first. Once activate head to Appearance > Editor and edit the functions.php file within the child theme. The integer on line 19 will set the margin, it’s currently set to 10.

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