How To Change The Blog Post Width

Hi, We would like to widen the width of the blog content. Can someone help me with this?

https://j4ndis7keq2oxigm-81021141316.shopifypreview.com/blogs/examenrooster/articles?preview_key=06aacdf5c797ce93329200b826f67b8f

Hi @User026

Add this CSS to to the blog post > custom CSS section.

.section .page-width--narrow{max-width:1200px!important;margin:0 auto}
.article-template table{width:100%!important;max-width:100%!important}
.article-template td{padding:12px 15px}

Hope that helps.

Hi Micheal, I am getting a error code named ‘‘Correct the errors to save your custom CSS.’’

Add this css in custom css file

article.article-template .page-width–narrow {
max-width: 1200px;
}

Hi @User026

Ok, try this. Add a custum liquid section on your blog post template and add the following code.