Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25797
    Moellenkamp
    Participant

    How can I reduce the gap between the single blog post to display the news stream more compact? I have just removed the borders in the contentarea as provided here:

    http://catchthemes.com/support-forum/topic/remove-borders-in-content-area/

    Please have a look here: http://www.olaf-moellenkamp.de (still under construction!).

    #25818
    Sakin
    Keymaster

    @Moellenkamp: I am giving you all the CSS to remove the spaces. So, you can try adding in the following css elements one by one in “Appearance => Theme Options => Custom CSS” box.

    #content article {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #content .entry-summary {
        padding: 0;
    }
    #content .entry-summary p {
        margin-bottom: 0;
    }
    #25926
    Moellenkamp
    Participant

    It works! Great!

    I took the first two entrys.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Reduce gap between single blog posts’ is closed to new replies.