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

#30703
scrambler
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;}