Tagged: preview image
And also to center the preview image?
Hi!
Try Peter’s solution provided here: https://kriesi.at/support/topic/post-title-above-picture/#post-183664
Best regards,
Josue
Thanks that worked for the location. What about centering the preview image?
Also, just curious, but why was I unable to do this using the child theme? Is this php file not one that wordpress will call up through the child theme before the parent theme?
Hey!
“NOTHING FOUND
Sorry, no posts matched your criteria”
Please add a new post then let us know so we can inspect elements and provide you a proper solution
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.pibfi_pinterest { margin-left: 10%; }
Best regards,
Yigit
My apologies I don’t believe I was clear on what I’m trying to do.
I would like the blog post preview image, when it appears on a blog call up page such as this one to be centered – http://jonnyfreesh.com/blog/
From what I could tell the code you gave me seemed to auto-center all post images, which is a very interesting bit of code in its own right :)
Thanks
Jonny
Hey!
Please use following code instead
.big-preview img { margin: 0 auto; }
It will center big preview image on blog posts
Best regards,
Yigit
That worked, thanks Yigit – you’re the man!