Hey i am adding a screenshot of items that superfly makes then unclickable (they are on the left side of the superfly
Screenshot>> http://prntscr.com/jer7qe
is there a way to fix this?
Hey i am adding a screenshot of items that superfly makes then unclickable (they are on the left side of the superfly
Screenshot>> http://prntscr.com/jer7qe
is there a way to fix this?
Hi @angelofgod ,
Thanks for writing in.
Please add this CSS to your global custom CSS to fix the Z-index issue.
.wp-side-menu, #wpadminbar {
z-index: 99999999 !important;
}
Hope this helps.
Hey rad, all worked perfect but the #wpadminbar didnt work , i still cant press the search button on the admin bar, any suggestions?
Wow thanks you’re genius! it worked! much thanks!