Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #331066

    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?

    #331363

    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

    #331369

    worked perfectly :) thanks so much!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Quick, small little problem’ is closed to new replies.