Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #357552

    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?

    #358003

    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)).">";

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Sticky Sidebar help’ is closed to new replies.