DAWN THEME - upload image form box too large mobile

Who is able to help me please?

I have uploaded the below in my products page, the sizing of the box is perfect for desktop. But on mobile its far too wide causing my screen to have a left to right scroller (I just want the page to go up and down not side to side!)

Any help would be great! :slightly_smiling_face:

Thank you

Ankita

Hello @Ankita31
Could you please share your Product page URL ( with pass if your store password is enabled ) then I can see and suggest something for you?
Best regards,
GemPages Support Team

Hi @Ankita31 ,

Please send your site and if your site is password protected, please send me the password. I will check it.

hi thank you,

will message the password :slightly_smiling_face:

1 Like

Hi @Ankita31 ,

Yes, I will check it after receiving the password.

Hi @Ankita31 ,

Go to Assets > base.css and paste this at the bottom of the file:

@media screen and (max-width: 749px) {
  .product__info-container>*+* {
    max-width: 100%;
  }
}

Hope it helps!