Home Forums Support Spacing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #137623
    Ted van Vliet

    Hi Tom,

    I have a question bout spacing:

    http://www.walterdelange.nl/wdl-site/

    I want to get rid of the yellow space between content and footer widget (on page ‘collectie’)

    I set all spacing to “0”.

    What can i do tho reach that??

    #137635
    Tom
    Lead Developer
    Lead Developer

    Hmm, that spacing is definitely annoying – I need to add some options to Spacing to remove them.

    This CSS will work:

    .one-container .inside-article,
    .page .hentry {
          padding-bottom: 0;
          margin-bottom: 0;
    }
    #137710
    Ted van Vliet

    Tom,

    That did the job!
    Awesome!!!

    Ted

    #137791
    Tom
    Lead Developer
    Lead Developer

    Perfect 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.