How van I add extra space between article/blog posts?
Bokista - October 25, 2006 - 18:18
I'm new to Drupal -- just installed it yesterday for my website -- and I'm wondering how to get more space between the different article/blog posts on my website. I'm using the wireframes theme as my base for www.virtualfools.com
I'd like to get more than one break between entries:
Blog Post #1
Blog body sentences for post #1 and so on...
links: read more | Blog | add new comment
(I want more vertical space in here, maybe four breaks worth.)
Blog Post #2
Blog body sentences for post #2 and so on...
links: Blog | add new comment
Is this something I can find within Drupal? Or is this a change I need to make to the wireframe theme. Thanks for your help

Node CSS
You Can try to adjust your .node class in your themes stylesheet. Adding padding or margin on the bottom should do the trick.
I just tried your suggestion
I just tried your suggestion and unfortunately it changes the padding on each element (title, body, comments/byline) instead of around the whole set of elements. Any other suggestions? Is there perhaps a place I can find "links: read more | Bobby's blog | add new comment" div and just add breaks into it? Thanks again.
After looking at your theme,
After looking at your theme, try
.clear linksin your style sheet and add a bottom to that.Got It
Thanks for the help! I was looking in the page.tpl instead of the node.tpl. But now I've got it.