I am having issues with IE7 and float clearing on this page:
https://dev.editionpatrickfrey.com/de/books/miss-martin-guggisberg
I am using the Sass pie-clearfix(); mixin and tried all possible other clearfixes without success. What is the problem here?
I realized that I need a wrapping container to do this. I was just trying to clear floating elements on one level. Adding the container with the Sass pie-clearfix(); mixin solved the problem.