Feb 28, 2021 3:47 pm
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
2 Replies
Mar 01, 2021 8:18 am
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.
Mar 01, 2021 7:11 pm
Great. Thanks Asti!