Hey guys I was wondering how can I move the window that appears whener you interact with the plugin? Like commenting ecc. I've got a sticky header in my website and I wanna move that window a little bit cause it doesn't look nice with it. Can you help me please?
I am attaching a screenshot so you get an idea
you can use this CSS code:
div#wpdiscuz-comment-message {
top: 600px;
right: 80px;
}
Just change the red marked values as you like.
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
It works. Thank you so much. <3
another thing, is it possible to set a maximum width and position the balloon at the center of the pages?
Thank you again very much indeed.
The last code thought seems to have no effect whatsoever. Do you reckon why?
uhm..... nope. No changes. Any ideas?