sjames6002
Member
Posted 1 year ago #
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
sjames6002
Member
Posted 1 year ago #
No worries, all sorted, just had some conflicting script in the CSS
rochee_jd
Member
Posted 1 year ago #
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.. :)
sjames6002
Member
Posted 1 year ago #
Hey rochee_jd, cheers - I've since figured it out, but thanks anyway!
Si