Hi Jade

Re: removing white space from giftsofwonder.co.uk

I tried to remove the white line by changing the following...

Change:
#centerColumnOuter {
margin:-.1em .5em 0 .5em;
width:70em;
height:1.15em;
position:relative;
}


TO:


#centerColumnOuter {
margin:-.1em .5em 0 .5em;
width:70em;
position:relative;
clear:both;
}

However, the white space still appears to be there......can you suggest anything else?

Kind regards

Toby