Too much space around articles


Author Message
Randy

Posted: 4/10/2009
Quote message 

Hi, Anyone know how I can remove some space above and below my articles?
http://www.resolutioinsofpalmbeach.com Should be simple. I just don't know css or where to find the code.
 
Jackcybre

Posted: 4/10/2009
Quote message 

url is not correct.

But you have to edit CSS to do so.

To test it safely and off-line you could download server2go **http://www.server2go-web.de/**

Then make a copy of you're template map and install it in Server2go.
You can find the template in server2go/c:/ -- allot of numbers /htdocs/...

Then open up you're css with wordpad or dreamweaver and look for a line witch says something like: postcontent and try to alter the margin lines.

A better way to find the correct div is to open the page in Firefox, select a few lines including the title of the article and press right mouse. Choose show source and if you take a good look you will see wich div it is.

Succes !
 
jackcybre

Posted: 4/10/2009
Quote message 

A little extra help:

margin-top:5px;
margin-bottom:5px;
margin-left:5px;
margin-right:5px;

should be used to set spaces. 5px can be more or less depending on what you want.