Hi, We would like to widen the width of the blog content. Can someone help me with this?
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.
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.
