How to Stretch an image to the maximum wide of the page

Hey I would like to stretch my image on this specific page-> https://sette.co.il/pages/izipizixotello

to the maximum wide and leave no spaces above and on the sides:

How can I do that?

I want the picture to be on the blue area too that I draw here:

@Dvir1324

Hello,

Please add the below code above in theme.liquid

online store >> edit code >> theme.liquid

{% if page.handle == ‘izipizixotello’ %}

@media screen and (max-width: 767px) { .template-page .page-content { padding: 0!important; margin: 0px auto 0!important; } .template-page .main-content{ margin-top: 0!important; } }

{% endif %}

after added the given code store looks like this.

If our solution is helpful for you then Please like the post and tap on accepted.

If you want to discuss any further information then please contact us on our whatsapp.

We will always here for your help.

Thankyou :slightly_smiling_face:

Thank you! it worked

@Dvir1324

Our pleasure. we are happy to help you :slightly_smiling_face: