Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #66610

    Hi Sakin,

    How do I remove all that white space between my projects graphic and the albums themselves. I would like it a little tighter there. If I could have control over the top and bottom of the spacing of the “projects” graphic that would be awesome.

    http://www.trendfly.org/

    Thanks!
    Matt

    #66618
    Sakin
    Keymaster

    @matthewseanmclachlan: For top, you need to remove white space from your image itself. See your image http://www.trendfly.org/wp-content/uploads/2015/09/Projects_1260.png

    Then add the following css:

    .home .post-44,
    .home .post-44 .entry-content,
    .home .post-44 .entry-content p {
        margin: 0;
        padding: 0;
    }
    .home .post-44 .entry-header {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to Reduce Space Between Posts’ is closed to new replies.