[SOLVED] Space between News articles

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
CMSmonkey
Power Poster
Power Poster
Posts: 290
Joined: Thu Nov 27, 2008 4:58 pm

[SOLVED] Space between News articles

Post 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.
Last edited by CMSmonkey on Wed Feb 11, 2009 10:30 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Space between News articles

Post 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
CMSmonkey
Power Poster
Power Poster
Posts: 290
Joined: Thu Nov 27, 2008 4:58 pm

Re: Space between News articles

Post by CMSmonkey »

I located it and made the change.

Thank you for your assistance.
Post Reply

Return to “Layout and Design (CSS & HTML)”