Image with text Full width - Origin theme

Hi there,

I would like to mage Image with text section full width. I’ve tried every single solution I found here but none of them worked. Thanks in ad

1 Like

Hi @Readclap10

Would you mind to share your store URL? Thanks!

[https://www.drvitalis.hu/products/strestcher](http://Here%20you go)

1 Like

Thanks for the info, Do you mean the image with text right?

This one?

if its, check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

@media only screen and (max-width: 749px){
.image-with-text__content {
     padding-left: 10px;
    padding-right: 10px;
}
}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!