You need to center align these using CSS properties.
Share your website URL so that i suggest you changes in CSS
Use a Custom CSS plugin for any changes, as when the main theme updates, all the changes you may have made to the main theme will be lost.
After installing the plugin, paste this code in it:
h2 {
text-align: center;
}
hi normie
Is it written in the body of a post h2 element?
If possible, please tell me your WEB Site.
Hello
I have the same problem with H headings below images in the body of all posts.
All images and titles were centered, but now some images are aligned to the left and all H headings are aligned to the right. Even when I try to center again.
Here is my website : http://www.entombootis.com/
(you have to scroll down to see the problem, there are no H headings in the first post)
@nobita and Sordan
Please start your own topic as per Forum Welcome: Where To Post
Posting your own topic is smiled upon… …do not post in someone else’s thread. Start your own topic. Choose your section from the forum front page. After following the appropriate link, start a new topic by clicking the “Add New »” button to the right of the section’s title.
I thought it was useful to assemble same problems but ok NeoTechnomad, I’m starting a new topic. My apologies.
@neotechnomad
I’m sorry, I found your post after I posted.
It works perfectly.
Thank you very much Nobita 🙂
Thread Starter
normie
(@normie)
Thanks works fine using
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6{
display:block;
}