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.
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 ?
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.
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!
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 ![]()