How do I centre align my blog post title, content, time stamp, text and images?
Everything is currently left aligned and there’s a lot of white space on the right - I have removed the Recent Articles side bar and now just need to centre align everything!
Thank you!
Please attach with your store url, page url and password if your store has password
Hello deadrosesuk,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
#shopify-section-1566932200029 .h3 {
text-align: center;
}
#shopify-section-1566932200029 .featured-blog__meta {
text-align: center;
}
#shopify-section-1566932200029 .rte.rte--indented-images {
text-align: center;
}
Hey thank you for the swift reply - I posted this at the bottom but sadly it hasn’t done anything 
Here’s a screen shot of what the blog listing and pages are looking like. -
Better than if you can share your store URL, page URL and also password (if your store has one) so we can help you.
follow this path:
Themes => edit code => asset => theme.scss.liquid
and add this code to bottom of the file theme.scss.liquid
.template-blog .wrapper.main-content .grid__item{
float: none;
margin: auto;
}
Hi,
I’ve also run into this issue. I tried using the code provided but it still did not fix my problem.
Here is a link to our blog, it is a preview because it is not published yet.
https://shkmflsc4fxgsql9-46000275621.shopifypreview.com/blogs/news/articles?preview_key=47a30d10af4059a42201b9035b4c7d0f