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.
[SOLVED] Space between News articles
[SOLVED] Space between News articles
Last edited by CMSmonkey on Wed Feb 11, 2009 10:30 pm, edited 1 time in total.
Re: Space between News articles
Style the to have some margin under it...
In the News stylesheet....
In the News stylesheet....
Ronny.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;
}
Re: Space between News articles
I located it and made the change.
Thank you for your assistance.
Thank you for your assistance.


