Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi, How do I change the location of the comment bubble on mobile? I want to display it a little higher.
Hi,
If you want to change the position of the bubble only on mobile devices please use this CSS code:Â
@media screen and (max-width: 600px){
#wpd-bubble-wrapper {
bottom: 300px;
}
}
If you want to move for all kinds of devices, then this CSS code should be used:Â
#wpd-bubble-wrapper {
bottom: 300px !important;
}
The red-marked value can be changed as you like.
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Don't forget to delete the caches before checking.
Additionally, please try in incognito mode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.