Please leave some example URL to allow us to check it.
In case you want to say thank you! 🙂 We'd really appreciate if you leave a good review on the plugin page. This is the best way to say thank you to this project and the support team.
Hi @asti Please check on your site in the demo (mobile version of the site), it also cuts infobox. I found a problem you need to change in css (/* Smart Phones */) replace #wpdcom {padding: 5px 3%; overflow: hidden;} change to #wpdcom {padding: 5px 3%;}
Ok, thank you for the information. We'll fix it in the next version update. Currently, the best way is just setting 30px padding to the wrapper div. If you do any CSS change, don't forget delete all caches and only check using incognito/private session of browsers to avoid the cache.
@media screen and (max-width:600px){ #wpdcom { padding-top: 30px; } }