On my site, on the left hand side is a fixed red “feedback” button. For some reason this button only shows if you scroll down the page. Once it loads the page if you do not scroll the button will not show up. I am curious to what class is blocking my feedback button from coming through?
Hi venomhax!
Thank you for using Enfold.
Try this on Quick CSS or custom.css:
div#jsection4 {
z-index: 10000;
position: relative;
}
Best regards,
Ismael
worked perfectly :) thanks so much!!!