Page 1 of 1

How to remove space above more-link in News [SOLVED]

Posted: Fri Nov 23, 2007 10:58 am
by Gregor
Hello,

I managed to make some changes to the News stylsheet, however the space above 'verder lezen...' (== more) remains (or the space under the news summary if you like). How can I remove the space, I actually want only 1 line of space. Change the definition of the MoreLink in the stylesheet did not do a thing.

www.uisge-beatha.eu

Any suggestions???

Thanks,
Gregor

Re: How to remove space above more-link in News

Posted: Fri Nov 23, 2007 11:28 am
by lollipop27
you did manipulate the zusammenvaatingZusammenvaating thing or whatever you call that :)

but you have to do the same or a margin:0. padding:0 with the zusammenvaatingZusammenvaating p

Re: How to remove space above more-link in News

Posted: Fri Nov 23, 2007 11:32 am
by kermit
Gregor wrote: Change the definition of the MoreLink in the stylesheet did not do a thing.
.. because that is not where the spacing is coming from:

.NewsSummarySummary {margin-bottom:0}

added to the bottom of your news.css removes that space.

Re: How to remove space above more-link in News

Posted: Fri Nov 23, 2007 11:44 am
by Gregor
Thanks so far, however I might be doing something wrong, because it does not change...

Re: How to remove space above more-link in News

Posted: Fri Nov 23, 2007 11:48 am
by Gregor
Found it, I ovelooked Lollipop27 her 'p'.

If I eve manage to understand CSS.....

Thanks!