Home>Support>Remove Page Padding

Remove Page Padding

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

I would like to learn how to completely remove the top/bottom padding on any other page that isnt the main page.

URL: http://theportalvault.com/?page_id=395&preview=true

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

  1. 9 years, 9 months ago Remy Jesse

    Ok by lucky guessing I found that the code below in css will delete all padding on all pages. But how I do I get it to link to one page in specific that isn’t ”.home”?

    /*Padding Main */

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

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

    Hi Remy

    If it’s the page you tried to link us to in your question (that’s a “logged in” URL so we can’t view it), you could try:

    .page-id-359 #main {
    padding-top: 0;
    padding-bottom: 0;
    }
    

    Hope that helps.

  3. 9 years, 9 months ago Remy Jesse

    Thanks Andrew! :-)

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

    For sure :) Glad to hear that helped.

    All the best.

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