Feb 19, 2021 4:56 pm
Hello - new user here and a huge fan of your work! 🙂
I am using live commenting with the button that scrolls as you navigate my page. I use adthrive on my site but the bottom of page ads always block the button from being seen.
Is there a way to adjust where the button appears so it's not blocked?
Thanks in advance for any help you can offer - very much appreciated! 🙂
Example of what I'm talking about at https://www.thefooddictator.com/the-hirshon-north-carolina-slaw-dog/
1 Reply
Feb 20, 2021 10:53 am
Try this CSS code. It should help you to solve the issue:
div#wpd-bubble-wrapper { left: 53px !important; bottom: 125px !important; }
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.