
Originally Posted by
nikkon
Hi,
anyone running applezen seen this issue? or did i create it myself due to editing? any help is much appreciated!! (as its driving me crazy).
thanks,
Nick
Yes, you created it yourself. 
You changed this:
Code:
.centerColumn {
width:75%;
float:left;
margin:0 2% 2% 3%;
text-align:left;
line-height:1.6em;
display:inline; /* fixes IE Bug in IE6 and earlier - do not remove */
}
to this:
Code:
.centerColumn {
width: auto;
float: none;
position: relative;
margin-right: 0;
padding: 1% 2% 0 2%;
text-align: left;
line-height: 1.6em;
height: 100%;
}
But now that I've refreshed your site, it looks like you figured that out on your own!