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:
Fist of all, congrats for great plugin!
Everything seems to be working fine except for avatar not being dislayed on mobile. Can you help?
URL: https://memoriasdeumaquarentena.pt/3whkkdx7g593v3wr5l5y/
Thanks,
Danny
Thank you @danny,
Please use the CSS code below:
@media screen and (max-width: 600px){ #wpdcom .wpd-form .wpd-avatar { display: block !important; } }
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all kind of caches (website, browser) and check again.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.
Great. Thanks Asti!