This topic has 12 replies, 3 voices, and was last updated 5 years, 10 months ago ago by Olga Barlow
Hello,
I would like to lay out an article like the demo: http://prntscr.com/mbyuw3
The title centered.
How to proceed ?
Hello,
Please provide URLs of your page and demo page with the desired result.
Regards
Here is a screenshot of settings from the demo – http://prntscr.com/mbzcyl
If you get a different result with the same settings, provide your site URL and temporary wp-admin access so I can take a closer look.
Regards
I have the same settings. But what I want is just to have the title centered on the page.
Hello,
Add the following custom CSS to Theme Options > Styling > Custom CSS
.post-single .post-heading.entry-header {
text-align: center;
}
Regards
It’s perfect. Thank’s so much
You’re welcome!
Regards
Still me, adding CSS code to edit all articles. All the titles of the articles are centered whereas I wanted to center it only one page … I saw that it was possible because on the demo it is what you did.
To apply custom css code to a separate post page only, you need to add the code here – https://prnt.sc/mc2xaz instead of Custom css area in Theme Options.
Regards
Thank you for your responsiveness, I rarely have people as professional!
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up