TThrane
Results
1
comments of
TThrane
Thanks, but no luck - the sidebar floatet left with that. Found a solution - added this to the script: $('.t3-sidebar,.t3-content') .on('sticky_kit:bottom', function(e) { $(this).parent().css('position', 'static'); }) .on('sticky_kit:unbottom', function(e) {...