How can I make an image with text full width in Crave theme?

Hey everyone I am stuck in how to make image with text full width. Below is screen shot of using Image Banner and Image with Text sections. I would like to have Image with Text be full width also but not sure where to edit that code. I am using Shopify Crave as theme. You will see The Christina Collection text is Image with Text and couple below is image with banner. I would like to have any Image with Text be full width versus the padding on left and right. Any help is greatly appreciated.

site is franzesestage.myshopify.com

1 Like

Hello There,

Please share your store Password.
So that I will check and let you know the exact solution here.

thank you. guhurt

Hi thanks for helping password is guhurt

i changed the theme.liquid and added

“ @media screen and (min-width: 768px) { div.image-with-text { padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; max-width: 100%; } } ”

and it seemd to work