
Originally Posted by
admcompa
Ok I fixed the problem. After playing with about every line in my apple_zen/css/stylesheet.css I deleted one word and it all works great now.
The word highlighted in red is what I deleted:
/*The main content classes*/
#contentMainWrapperOuter {
float:left;
width:100%;
}
#contentMainWrapper {
width:71em;
margin:0 auto;
text-align:center;
position:relative;
top:2.18em;
}
This is what it looks like now:
/*The main content classes*/
#contentMainWrapperOuter {
float:left;
width:100%;
}
#contentMainWrapper {
width:71em;
margin:0 auto;
text-align:;
position:relative;
top:2.18em;
}
Hope that works for you to!
Doug