Home › Forums › CSS › [Solved] CSS nightmare… clear: both; related? › Reply To: [Solved] CSS nightmare… clear: both; related?
August 30, 2014 at 5:55 am
#181157
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