Hi Andrew,
I like your customization.
To make the columns nest properly, add the following to mystyle.css
#featured, #resources {
width:390px;
}
Also, on your front page you have an unclosed div
which makes the design elements inconsistent. Open home .php, find the following line:
</div><!-- /center -->
Replace it with:
</div>
</div><!-- /center -->
Basically you’re adding another close tag before the center.
AnonymousInactive
I really like your WP theme. Have worked with someone to customize it see [url=http://www.DeannaFrazier.com]http://www.DeannaFrazier.com[/url] However the columns have gone out of wack on the home page – what happened? Any thoughts / ideas / suggestions to correct?
Thanks,
Andrew