Hello,
May be your post are aligning to the left due your theme coding standard . You can test it by changing the theme. And second thing you can add the custom CSS in your theme customize option to align it center.
You can also share the name of theme or link of theme so will try to provide exact solution.
Regards
MakeWebBetter
You need my theme…i believe it is seventeen or twenty one…does that help?
actually it is post magazine
Hello,
Thanks For sharing the theme name,
As it’s a defaults WordPress theme so it should work perfectly But you can add custom CSS to your theme customizer section for centered post alignment.
You can share the post URL with us so that we can check the post and can provide you the custom CSS.
Regards
what is the custom css i can add to center my post?
Hello,
As we have checked your theme and it’s containing a column on the right side that’s why your posts are aligning to the left so your posts are looking fine you can check it by changing your theme.
Second thing, At the time of post creation, there is an option in a text editor to align your text center so from where you can make your post centered align.
And the third one is that you can add this custom CSS in your theme customizer and maybe it will work but it’s not the recommended solution. You can try it for.
#primary {
margin-left: 16%;
}
.col-lg-4 {
display: none;
}
Regards