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

12
  1. Daniel Staff 10 years, 10 months ago

    Hi Craig

    You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    #pl-108 .panel-grid-cell .so-panel {
      margin-bottom: 0px !important;
    }

    Let me know if that works out for you

    Cheers

  2. craiggeel 10 years, 10 months ago

    Hello,

    Unfortunately not, what I am truing to do is manage the space between the heading and text. I would like ot decrease this. Here is the code I already have in my custom css:

    /* MASTER HEADING TRANSPARENCY */

    #masthead {
    background-color: transparent !important;
    }

    /* MENU PADDING HORIZONTAL */

    .main-navigation ul li a {
    padding-right: 40px !important;
    padding-left: 40px !important;
    }

    /* VANTAGE BOXED LAYOUT SET PAGE OPACITY */

    #main {
    background: rgba(255, 255, 255, 0.25) !important;
    padding: 35px;
    }

    /* VANTAGE CENTER THE MAIN MENU */

    .main-navigation ul {
    text-align: center;
    }

    .main-navigation ul li {
    display: inline-block;
    float: none;
    }

    /* VANTAGE SET MENU FONT FAMILY AND WEIGHT */

    .main-navigation a {
    font-family: "BenchNine", Helvetica, Arial, "Lucida Grande", sans-serif
    !important;
    font-weight: 500;
    font-size: 20px;
    }

    /* VANTAGE SET HEADINGS AND TEXT SPACING */

    #pl-108 .panel-grid-cell .so-panel {
    margin-bottom: 0px !important;
    }

    .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-top: 5px;
    margin-bottom: 5px;
    }

    Lord bless and

    Kind Regards,

    Craig Geel
    Mobile +27 (0)78 456 0532
    Email: [email protected]

    PROVERBS 3:5 _Trust in the Lord with all thine heart; and lean not unto thine own understanding. 6 In all thy ways acknowledge him, and he shall direct thy paths._

    Links:
    ——
    [1]
    http://mandrillapp.com/track/click/30502291/siteorigin.com?p=eyJzIjoiVGRlVnhmTl9lTHc4NUJScVBod2ZWWXRPNjc4IiwidiI6MSwicCI6IntcInVcIjozMDUwMjI5MSxcInZcIjoxLFwidXJsXCI6XCJodHRwczpcXFwvXFxcL3NpdGVvcmlnaW4uY29tXFxcL3RocmVhZFxcXC9oZWFkbGluZS1hbmQtcGFyYWdyYXBoLXNwYWNpbmdcXFwvXCIsXCJpZFwiOlwiNDgwMDExNTIxNzU0NDllMzhjMWE1YzgyZjgxNWVlZjdcIixcInVybF9pZHNcIjpbXCIyMDc0NTAwNDZkYzU3NjFjNDMyYjhmMjM1NjEwZTA0MGY4YWYyYmFjXCJdfSJ9
    [2]
    http://mandrillapp.com/track/click/30502291/siteorigin.com?p=eyJzIjoiUV9HbjN2WXZKdmlvLV82clc2UUxidFJUS0dnIiwidiI6MSwicCI6IntcInVcIjozMDUwMjI5MSxcInZcIjoxLFwidXJsXCI6XCJodHRwczpcXFwvXFxcL3NpdGVvcmlnaW4uY29tXFxcL3dwLWFkbWluXFxcL2FkbWluLWFqYXgucGhwP2FjdGlvbj1zb2NuX3Vuc3Vic2NyaWJlJmlkPTE1MjA4JnRva2VuPTc3OTFiMzAyMzA5NzU3ZWE2YTRkZDEyNDk3ODdkNmU3XCIsXCJpZFwiOlwiNDgwMDExNTIxNzU0NDllMzhjMWE1YzgyZjgxNWVlZjdcIixcInVybF9pZHNcIjpbXCIyMDc0NTAwNDZkYzU3NjFjNDMyYjhmMjM1NjEwZTA0MGY4YWYyYmFjXCJdfSJ9

  3. Andrew Misplon Staff 10 years, 10 months ago

    Hi Craig

    Could you perhaps send through a link to the page concerned and let us know the header and paragraph you’re referring to? I’m sure we can quickly resolve from there.

    Thanks

  4. Magus Staff 10 years, 10 months ago

    Hi Craig

    Please try the following in your Custom CSS

    .page-id-89 .text-widget p {
    margin-top: 0 !important;
    }

    Let us know how you get on

    Magus

  5. Magus Staff 10 years, 10 months ago

    Hi Craig

    Sorry, correction to the above

    Thanks

    Magus

  6. Magus Staff 10 years, 10 months ago
    .page-id-89 .textwidget p {
    margin-top: 0px !important;
    }
  7. Andrew Misplon Staff 10 years, 10 months ago

    Sweet, thanks Magus.

    Let us know how that goes Craig.

  8. Magus Staff 10 years, 10 months ago

    Hi Craig

    to do it globally you would need to use this

    .textwidget p {
    margin-top: 0px !important;
    }

    BUT, this would affect ALL text widgets used on your site so you should be prepared for some possible changes with existing pages and items.

    Hope this helps

    Magus

  9. Daniel Staff 10 years, 10 months ago

    Am glad you are making great progress in developing your site :-)

    Always feel free to open a new thread whenever you require support

    Cheers

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