Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17205
    ekemaorjet
    Member

    I was wondering if anyone knew how to adjust the spacing right between the Homepage’s Featured Content text and the page/post that is posted right below that. I was successfully able to adjust the top portion of the Featured Content pictures to the Featured Content Headline with the CSS
    .home #main { padding-top: 10px; }
    so I tried
    .home #main { padding-bottom: 10px; }
    with no luck?

    My site is http://www.thebigbeer.com/ and it is the space between ‘Test 1’ and ‘All of the Beers’ that I would like to decrease.

    Any suggestions

    #17212
    Sakin
    Keymaster

    @ekemaorjet: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #featured-post .post { padding-bottom: 0; }

    #17343
    ekemaorjet
    Member

    You are a Hero. That worked perfectly. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adjusting spacing below the Homepage Featured Content area’ is closed to new replies.