Advertise
Hello! Working on building a custom home page for a genesis child theme - except I the sidebar will not float next to the content. help, please! http://www.asmallbrightidea.com/BEAGLE/
Kyle answers:
Add this to your style.css file: ARTICLE.post-2.page.type-page.status-publish.entry { float: left; }
ARTICLE.post-2.page.type-page.status-publish.entry { float: left; }
ohlivia13 comments:
Boom! Thanks so much :)