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.

Replies

4
  1. Remy Jesse 10 years, 4 months ago

    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. Andrew Misplon Staff 10 years, 4 months ago

    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. Remy Jesse 10 years, 4 months ago

    Thanks Andrew! :-)

  4. Andrew Misplon Staff 10 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread