• Resolved sjames6002

    (@sjames6002)


    Hey everyone, I’m fairly new to CSS scripting / PHP and was wondering if anyone could shed some light on increasing space in between posts. I’ve tried a few things after looking around with no luck. Here’s the code and a link to the blog if needs be:

    [large amount of CSS code moderated – the link to your site is fine to access the stylesheet]

    Many thanks in advance,
    Simon

    site

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sjames6002

    (@sjames6002)

    No worries, all sorted, just had some conflicting script in the CSS

    Hi, I looked at the css code of your site and noticed that each post doesn’t have its own div so if you want to increase/decrease the space in between the posts, I would suggest to increase the margin in the title.
    To do that find this code in your css file:

    .post_meta {
        margin-top: 65px;
        padding: 0;
        text-align: left;
    }

    and increase/decrease the margin.

    Hope this helps.. ??

    Thread Starter sjames6002

    (@sjames6002)

    Hey rochee_jd, cheers – I’ve since figured it out, but thanks anyway!

    Si

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