Archived topic
Content should be in the center
5 replies · Started by Sanu Kumar on March 29, 2020
I want to show my content in the centre....i want to achieve same like this website https://www.blackfriday.masteryblogging.com/a2-hosting-black-friday-cyber-monday-deal/.
How to acheive this.
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Changed
So you want everything to be in the center?
If so try this CSS:
.site-content {
text-align: center;
}
yes, I want in the centre, the heading should be in the middle and content should be at the same border in the left.
for example; like this website has https://backlinko.com/keyword-research.
Screenshot: https://masterybloggingforyou.blogspot.com/2020/03/blog-post.html
So just the heading in the center?
If so try this:
.entry-content h2 {
text-align: center;
}