Is it possible to make a blog full width instead of on the side?

i would like for the blog to be full width instead of on the side. is this possible the url is https://hgo23.myshopify.com/blogs/news/blog1

1 Like

thank you!

1 Like

Use custom css either for the blog templates in the theme editor or as a global theme CSS setting

https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css

Try the following CSS

.article__inner { display: block; }

or to force it

.article__inner { display: block !important; }

Also be aware you color choices make the website hard to read with low contrast font-color on a near similar background color.