how to make all posts appear centered not just the first two

if you check out my site, you can see that my first blog post the “welcome” is not centered and on the left side of the page, how can i get it to look like the other two?

Thank you!

Hi @nathalie,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


.blog.home article.post {
    width: 100% !important;
    padding: 0 !important;
}

Best Regards,
Movin

Thank you Movin! It worked perfectly!
Have a wonderful day :slight_smile:

You are most welcome here :slight_smile: