Image with text - image is cut off

Using the image with text option, but our image is cut off. Anyone know how we’d fix that?

Hi @mhong48 ,

Can you provide the store URL as well as the theme you’re using and what page this occurs on?

I didn’t publish it yet. Can you only help if I publish it?

Theme is Origin and it’s occurring on the Home page

If you’re referring to the front page having a password you can just give me the password. If you’re referring to the theme itself being in an unpublished or draft type of state, I think you can copy and then send me a share link through the following menu (by right-clicking the “Preview” link on the theme options, then clicking “Copy link address”):

Thanks! That was helpful. It’s unpublished. Here’s the link: Preview

Hi @mhong48 ,

It appears the container for that text block has a negative margin for some reason, causing it to encroach upon the product image. You can fix that by adding some custom CSS to your theme (the process for that is outlined here).

This block should do the trick:

div.image-with-text__text-item.grid__item > div.image-with-text__content {
    margin: 0;
}

If this resolves your issue, please feel free to upvote and accept as the answer. :slightly_smiling_face: