[ad_1]
Hello @andrianiannalisayahooit
The easiest solution would be to apply a zoom or transform CSS rules to the corner ad.
For example, you can enter the style definition below through the menu option “Appearance > Customize > Additional CSS”:
#cornerContainer{zoom: 150%;}
or
#cornerContainer{transform: scale(150%);}
Best regards.