Quote Originally Posted by tobicky View Post
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
Every time I look at your site, in your css, I still see the old css there:
Code:
#centerColumnOuter {
margin:-.1em .5em 0 .5em;
width:70em;
height:1.15em;
position:relative;
}
I was hoping that you'd change it and leave it the corrected way, so I could further investigate.

However, since you're not using that section anyway, and changing it doesn't seem to be working for you, go ahead and open up includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php and remove this:
<div id="centerColumnOuter"></div>

EVEN IF that does not fix your problem, please leave it that way, and I'll further investigate.

Thanks!