I would like to require your help because I'm building a new website in WordPress and I bought an existing theme (Ciya Shop), but when I try to modify the pop-up (in woo commerce option) I have to do it through coding. To be more specific about the issue, I want to change the picture that appears as default but when I try to do it, the new image never corresponds to the right dimensions of the frame and when I change the sizes, its quality is affected. I will leave the original code here:
<div class="row align-items-center">
<div class="promo-image col-sm-6">
<div class="vc_column-inner ">
<figure><img class="alignnone size-full wp-image-39396" src="https:...." alt="" width="2240" height="1260" /></figure>
</div>
</div>
<div class="promo-content col">
<div class="promo-popup-info">
<h5>Hello User</h5>
<h4 class="heading">Join Our Newsletter</h4>
Subscribe to the CiyaShop mailing list to receive updates on new arrivals, special offers and other discount information.
[pgscore_newsletter mailchimp_id="demo_test" mailchimp_api_key="demo_test"]
</div>
</div>
Thank you for your help!