Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] CSS nightmare… clear: both; related? Reply To: [Solved] CSS nightmare… clear: both; related?

#181157
Soren
Participant

I see you’re using div.inner to add padding left and right and then fighting this with negative margins to position the div.author-box.

Could you not make it easier on yourself and take out div.author-box from div.inner?

Then add another div.inner that can house the content below div.author-box. Like so:

http://codepen.io/soren-tree/pen/cGIup

div.inner —> site content
div.author-box
div.inner —> related posts/contact form