im working on a theme build and im having troubble getting the sidebars to appear on the same level as the content, as of right now they are displaying below the main content and they need to be even with the top of it.... any help would be greately appreciated. build.allflseptic.com

Recommended Answers

All 2 Replies

Having seen your site you have to change a few things to your html and your css.
Firstly you have to transfer your first <aside> (left one) above your article and your second one (right) below.
Secondly in your css file, give your left <aside> a width of 23% (width:23%;) and float it left (float:left). Float also left your <article>. Lastly give your right <aside> the same width as of the left one and float it right (float:right;). You will have the result you want.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.