New Year Deal Returns 50% Deals Return Coupon code: NewYear2026

Hello,
we are using additional images plugin for make gallery we are getting bigger images in galley can you please check once

Thanks in advance

Hakik Zaman

Hello jayachandra reddy Basarakoti,

Thanks for reaching out to us. Please check your single product page now.

Your theme CSS left div is 100% width. It is the cause of the issue.

I have changed the gallery settings page, you can check it here.

Then paste the below code to Appearance > Customize > Additional CSS and

@media screen and (min-width: 1200px){
   #qodef-woo-page.qodef--single .qodef-woo-single-image {
      max-width: 50%;
   }
}

Please let me know, the issue is resolved or not. Hope to hear from you soon.

Thanks