Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12906
    Charlie
    Member

    Hi everyone,
    Thanks for your great theme Catch Box.

    Here is my website: http://linfotoutcourt.com/
    On the Home Page, I would like to:
    – reduce the spacing between articles (in the “article preview” loop)
    – reduce the bottom padding inside the article preview, and between the hupso share buttons

    Here is a screenshot: the red rectangles show the areas I would like to reduce http://i.imgur.com/vl2A7OA.png?1
    I’ve been updating the style.css.

    Thanks a lot !

    #12944
    Sakin
    Keymaster

    @Charlie: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* Margin Below the Slider */
    #slider { margin-bottom: 2em; }
    /* Margin below the Homepage posts */
    .home .hentry { margin-bottom: 2em; }

    But for the margin between hupso share buttons you need to edit that plugin only as that plugin added inline padding with div as below. If you can then you need to edit the padding.
    <div style="padding-bottom:20px; padding-top:10px;"></div>

    #13055
    Charlie
    Member

    @Sakin: Thanks a lot !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘[home] reduce spacing between articles’ is closed to new replies.