How to remove image preview from product page on mobile

Hi,

I want to remove the image preview from the product page on the slider or make the image full width. Can someone help me. I’m using dawn theme here the link:

https://unix4u.store/products/basic-leggings-sportivi-a-vita-alta

passw: Help123

Thanks for any advice.

I want a result like this:

now is like that:

Hi @Pezza_Riccardo ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony

Hi @Pezza_Riccardo

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

@media (max-width: 767px){

ul#Slider-Gallery-template–19737161466188__main {

width: inherit !important;

}}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Thank you very much for this answer, it works perfectly fine.

i had only to adjust the margin in this section to center it.

Thank you so much for the help, the other soultion worked better.

Anyway very appreciated!