• Infinite scroll plugins assign arbitrary height to the document – this breaks the layout of the side-cart. The error is caused because of the incorrect height returned by $(window).height(), which can be fixed using $(window).innerHeight() instead.

  • The topic ‘Layout breaks when using infinite scroll plugins’ is closed to new replies.