Home › Forums › Archived Forums › Weaver II Theme › Weaver II Pro › After updating to Weaver II Pro, sidebar widget links fail › Re: After updating to Weaver II Pro, sidebar widget links fail
September 7, 2016 at 01:16 UTC - Views: 4
#30703
Moderator
Actually, the problem comes from the Header widget area that uses some trick CSS which causes them to virtually extend above the sidebar content and making the link not selectable.
Add the rule below to pop the sidebar above it (Advanced Options > Head Section > Custom CSS rule box)
#sidebar_wrap_right {position:relative;z-index:9999;}

