Page 1 of 1

[SOLVED] Space between News articles

Posted: Wed Feb 11, 2009 7:51 pm
by CMSmonkey
I am using News 1.0 (2.8.3).  When I display the {news} tag on a page, there is no space between the news articles.

Can someone please let me know where I can possibly insert a (or whatever else) on the template to space them out?

Thanks.

Re: Space between News articles

Posted: Wed Feb 11, 2009 8:05 pm
by RonnyK
Style the to have some margin under it...

In the News stylesheet....
.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc;
}
Ronny

Re: Space between News articles

Posted: Wed Feb 11, 2009 10:24 pm
by CMSmonkey
I located it and made the change.

Thank you for your assistance.