Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #14506
    tnotty
    Member

    Is it possible to reduce the padding above the footer bar so my images will not have a white gap below? As per the screenshot:

     photo ScreenShot2013-09-13at163242.png

    #14516
    Sakin
    Keymaster

    @tnotty: For this I need to check in your site. So, add in the site url.

    #14594
    tnotty
    Member
    #14633
    Sakin
    Keymaster

    @tnotty: Can you try in adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .home #content .hentry {
        padding-bottom: 0;
    }
    .home #content article,
    .home #content .hentry p:last-child {
        margin-bottom: 0;
    }
    #14665
    tnotty
    Member

    That works great thanks, is it possible to apply to all pages?

    #14669
    Sakin
    Keymaster

    @tnotty: You can just remove .home in the above css. So, it will be as below:

    #content .hentry {
        padding-bottom: 0;
    }
    #content article,
    #content .hentry p:last-child {
        margin-bottom: 0;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘reduce padding above footer to 0’ is closed to new replies.