Post Layout change

Hello,

Can I ask if the layout of the posts can be changed? The content gets aligned to the left currently (if you open any post on the homepage), could it be change to the center?

Hi @fjuraa,

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

You can achieve this by using the following CSS as described on this page http://freewptp.com/tutorials/how-to-use-custom-css-in-wordpress-site/

body.page .type-page,
body.single-post .type-post {
  margin: 15px auto 0;
  float: none;
}

Best Regards,
Movin