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

    Hi Hansmpl

    Thanks for reaching out.

    Have you made progress on this? I’m not seeing any h2 tags in the page.

  2. hansmpl 10 years, 5 months ago

    Hi Andrew,

    To remove as much spaces as i could, I deleted the header avove the foto and put the foto in the page slider. That was the only measure i could take, reading the first 16 pages of the support forum. Still got the problem of the other white ‘beams’ f.i. on the page ‘Agenda’ as described in last message. Further on the page ‘Balans in Beeld’ there are many lines-too-much, f.i after the slider and after the headers… Also on the page ‘links’ (subpage of ‘Karin’). You’ll see it for yourself.

    If we could make some progress here…

    Know some of HTML, but not (yet) able to read php or JS.

    Regards, Hans.

  3. Andrew Misplon Staff 10 years, 5 months ago

    Hey Hans

    Super, thanks for feedback. I’ll take a look now.

  4. Andrew Misplon Staff 10 years, 5 months ago

    Please, remove this from your Custom CSS:

    /* Set Page Builder bottom margin */
    #main {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    }

    That’s what it’s set to already so not much happening there. Also, by adding !Important it makes it super hard to override.

  5. Andrew Misplon Staff 10 years, 5 months ago

    With that gone you can then add the following:

    /* Balans in Beeld */
    .page-id-7 .entry-header {
    	display: none;
    }
    .page-id-7 #main {
    	padding-top: 0;
    }

    Let’s try work one page at a time. Let me know what else needs to happen on that page.

    I’ll be online again a bit later.

    Thanks

  6. hansmpl 10 years, 5 months ago

    Ahum….the first thing you mentioned…at the top of my Custom CSS, was a leftover from trying to get rid of the blanks. I did remove the rest, but forgot this…Tx!

    Added what you suggested. That removed the spaces after the slider!

    Next: spaces after the header on that page (3x), f.i. “Kunst in de omgeving” etc…

    page: Agenda, the spaces after that slider and after the rest of the rows…

    Tx in advance for your support!

    Later!

    Hans.

  7. Andrew Misplon Staff 10 years, 5 months ago

    Sure.

    As we speak about each page, please, can you include the link here. If not, I need to match up what I’m reading with what’s happening in the menu. Sounds silly but I’m usually working quite fast, trying to help everyone :) Thanks for your help on this.

  8. Andrew Misplon Staff 10 years, 5 months ago

    With regards to the headings, there are already custom styles in there so you should be able to dial that in quite easily.

    Change kop1 as follows:

    .kop1 {
        color: #343538;
        font-family: 'Helvetica';
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        line-height: 0.8;
        margin-bottom: 0;
    }

    Then below that:

    .stdtxt {
        color: #343538;
        font-family: 'Helvetica';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 2;
        padding-top: 25px;
    }

    You’re already setting padding-top: 25px; so just reduce that.

  9. hansmpl 10 years, 5 months ago

    Great Andrew. Link to the agenda-page: http://balansinbeeld.com/index.php/homepage-2/karin/agenda/ We’re talking about the last three rows…

    BTW: the site looks already more awesome then before, Tx2U…so….after solving this one, i’ll rest my case and start studying the theory again.

    GZ.HANS

  10. Andrew Misplon Staff 10 years, 5 months ago

    Glad to hear you’re making progress. You could start as follows:

    .page-id-31 #main {
    	padding-top: 0;
    	padding-bottom: 0;
    }
    .page-id-31.layout-full .panel-row-style.panel-row-style-full-width {
    	padding-top: 5px;
    	padding-bottom: 5px;
    }
  11. hansmpl 10 years, 5 months ago

    That did it Andrew.

    Thanks again; end-of thread!!!

    Ciaooo.

  12. Andrew Misplon Staff 10 years, 5 months ago

    Super :) 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