How to expand width of image in an article (debut theme)?

Hi Shopify community.

I hope all is swell.

I would like to expand the width of my image in all articles so it can match the width of the text. My CSS are way below par and would like some help.

Hello , @schoe3

Can you please provide your store url ?

1 Like

Hi @schoe3 ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

1 Like

Hi @schoe3 ,

Go to Assets > theme.css and paste this at the bottom of the file:

.template-article article .rte img {
	width: 100%;
}

Hope it helps!

1 Like

Thank you the code worked. I thought maybe it was because my image dimension was too small. It is at (1800 width to 1000 height). But, the code you provided works :slightly_smiling_face:

1 Like

Store url is: https://pholder.xyz/blogs/reflections/our-strategy-to-1000-twitter-followers

2 Likes