Tagged: x
-
AuthorPosts
-
December 16, 2016 at 12:02 am #1295311
Hi,
I would like to centre align the featured image and post title as it currently looks odd being right aligned. Here is a link to a page to show you what I mean http://vivalame.com/8-steps-to-self-love/
Thanks for your help
December 16, 2016 at 12:13 am #1295315Hi,
Thanks for writing in!
To center it, you can add this under Custom > Edit Global CSS in the Customizer.
.single-post .entry-header, .single-post .entry-featured { text-align:center; }
Hope that helps.
December 16, 2016 at 12:45 am #1295332Thanks for the reply.
It seems to have aligned the image in that post with the body text. However, in all other posts the featured image and title are still right aligned.
Do you have another suggestion?
Thanks
December 16, 2016 at 12:52 am #1295334Hello There,
Can you add the code and then give us the link where it is not working?
The code is supposed to work on all single post unless it was added in Cornerstone > Settings Tab > Custom CSS. That place for custom CSS will only work for the page/post. It should be added on Appearance > Customize > Custom > Edit Global CSS to work on every post.December 16, 2016 at 2:08 am #1295387Hi,
I did insert the code in the ‘Edit Global CSS’ through the customizer. I am not very technical minded but I just copied and pasted it into the Edit global css and then saved.
An example of a post that hasn’t aligned centre is http://vivalame.com/ego-in-control/.
Thanks,
KateDecember 16, 2016 at 2:14 am #1295395Hi Kate,
I don’t see the code getting added.
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
December 16, 2016 at 2:22 am #1295397This reply has been marked as private.December 16, 2016 at 2:43 am #1295407Hi,
I went ahead and fix it for you.
There is a syntax error in your css code.
I removed this code
header.x-container.max { display: none;
Thanks
December 16, 2016 at 2:48 am #1295409Thank you so much – you are amazing!
December 16, 2016 at 2:52 am #1295412You’re welcome!
We’re glad we were able to help you out. -
AuthorPosts