• I’m using the F8 Lite theme at this custom domain and I’ve been trying to edit it so that the posts are a tight grid with no visible text. However the original layout has 310px wide feature images and space beneath for a text excerpt. Even though I’ve tried to take the image size down to 150px and hidden the excerpt, the site hasn’t gotten rid of the space where it should be.

    Can I change the CSS so all that extra space to the bottom and right of each post on the home page is gone?

Viewing 2 replies - 1 through 2 (of 2 total)
  • So, to make them closer together, you’ll have to go to your css file, and change

    .span-8 {
    width: 310px;
    }

    to whatever width you want so that they are closer together

    Thread Starter samirairavani

    (@samirairavani)

    Awesome! That wasn’t even defined in the original code, thank you. You wouldn’t also happen to know whether I could put four posts in a row rather than just three? You can see it’s kind of empty on the right side now that the space has been removed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘removing space between posts’ is closed to new replies.