I used this plugin suggested in other topics to create a sticky sidebar:
http://wordpress.org/plugins/q2w3-fixed-widget/
But if I scroll down I noticed the sidebar is at a fixed height, and the widget will disappear under when going past it.
Is it possible to increase the height of the sidebar to 100% so that the widget doesn’t disappear?
Update: I removed this code in sidebar.php and it works now
Before:
echo "<aside class='sidebar sidebar_".$sidebar." ".$sidebar_smartphone." ".avia_layout_class( 'sidebar', false )." units' ".avia_markup_helper(array('context' => 'sidebar', 'echo' => false)).">";
After:
echo "<aside class='sidebar' ".avia_markup_helper(array('context' => 'sidebar', 'echo' => false)).">";