Page width in blog articles Alchemy theme

Page width in blog articles

Hi, can someone help me to make the content wider ?

https://tantarainwear.com/blogs/news/formaje

@RubenTanta
Hello,

.shopify-section .reading-width {
	max-width: 100%;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->style.scss.liquid

Like This

1 Like

hELLO!! But this is only for the blog, right?

To restrict it to blog page, you can use this CSS

.template-article .reading-width {
    max-width: 100%;
}
1 Like

Thanks a lot, ¿and for this web? Its BEYOND theme