Hi,
The issue you describe is a conflict between the styles of your theme and the corner ad. Please, follow the steps below:
1. Open the “/wp-content/plugins/corner-ad/js/cornerAd.min.js” file with the text editor your choice.
2. Go to the snippet of code:
position:absolute;width:100px;height:100px;top:0;
and modify it like follow:
position:absolute;width:100px;height:100px;top:0;z-index:999999;
3. Finally, clear the browser’s cache after edit the online file.
This modification will be included in the plugin’s distribution.
Best regards.