Content Wrapper to avoid wrong clearing

to avoid long empty spaces when clearing a float environment, wrap the content into a div with the following properties:

.wrapper {
   position:relative;
   overflow: hidden;
 }

Tags: ,

Leave a Reply