News Spacing - Lines

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
slloyd
Forum Members
Forum Members
Posts: 195
Joined: Mon Apr 24, 2006 9:09 pm

News Spacing - Lines

Post by slloyd »

How can I remove the line space between the linked title and the news entry? And the line space between the news entry and the [More]? I've tried everything in the news templates and the stylesheet and I can't seem to get them out of there!!! >:(

Can someone please help? ???
cyberman

Re: News Spacing - Lines

Post by cyberman »

Please post a link so I can make a look ...
slloyd
Forum Members
Forum Members
Posts: 195
Joined: Mon Apr 24, 2006 9:09 pm

Re: News Spacing - Lines

Post by slloyd »

It's below the 2007 Preschooler Healthy Eating Challenge
Last edited by slloyd on Wed Jan 03, 2007 7:08 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: News Spacing - Lines

Post by Dr.CSS »

It's coming from the p margin...

Try this in your News style sheet...

.NewsSummary p {
    margin: 0px;
}
slloyd
Forum Members
Forum Members
Posts: 195
Joined: Mon Apr 24, 2006 9:09 pm

Re: News Spacing - Lines

Post by slloyd »

Mark, you are so awesome! Thanks!  ;D
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: News Spacing - Lines

Post by Dr.CSS »

Your Welcome...
Post Reply

Return to “CMSMS Core”