ZOOPPYWEANY
New Member
I hope someone can help, I can't figure this out. I am creating a wordpress theme using the _s template and I am having trouble with my right column. If I put just a bunch of line breaks in the flow is correct, but as soon as I insert any text, img, etc that data falls below the center column. I know it is something simple that I am just not seeing.Here is a link to the page. http://juststin.com/test/help.htmlAnd here is the css\[code\].content-area { float: left;}.site-content { margin: 0 20%; width: 60%; -moz-border-radius: 25px 25px; border-radius: 25px 25px; border-width: 5px; border-style: solid; border-color: #333333; background: #ffffff;}.pictures { margin: 0 81%; width: 20%; -moz-border-radius: 25px 25px; border-radius: 25px 25px; border-width: 2px; border-style: solid; border-color: #ffffff; background: #ffffff;}.site-main .widget-area { float: left; margin: 0 0 0 -100%; width: 20%; background: #2E9AFE; background: #333333;}.site-footer { clear: both; width: 100%; background: #ffffff; -moz-border-radius: 25px 25px; border-radius: 25px 25px; border-width: 5px; border-style: solid; border-color: #333333;}.site-header { clear: both; width: 100%; background: #ffffff; -moz-border-radius: 25px 25px; border-radius: 25px 25px; border-width: 5px; border-style: solid; border-color: #333333;}.menu-div { border-width: 2px; border-style: solid; border-color: #ffffff; background-color: #ffffff; -moz-border-radius: 25px 25px; border-radius: 25px 25px; overflow: visible;}#page { width: 90%; margin: 0 auto;}\[/code\]