How can I adjust the blog post width in the Ella theme?

Hi

I use the Ella theme and i find out the ella them blog post width is larger

i wan to change it to 640px and in center.

How and where to change it ?

please kindly to help me and thanks very much.

Rosa

https://new-ella.myshopify.com/blogs/news/commodo-muso-magna-cosmopolis

Hi and welcome!

Add this to the bottom of your theme-style.css file:

div#shopify-section-article-template {
    max-width: 640px !important;
    margin: 0 auto !important;
}

i got it and fixed it.

thanks very much

You’re very welcome!