Hi,
is it possible to put the featured image of posts between the entry-content-header and the entry-content
In the figure [1 and 2] you can see what I would. I’ve used Element Inspector tool of Google Chrome.
I’ve just drag ad drop
<a href="http://besos.pw/wp-content/uploads/2014/03/disfigured-pike-in-chair-1030x768.jpg" title="" rel="lightbox">
field between entry-content-header and entry-content fields, but i think this is not the best practice, and however I don’t know what file to edit.
Thanks!
Hey, I’ve used the code in this Topic, and it works!
But the image is not centered, how I can fix it?
Here a link
Hey!
Please add following code to Quick CSS
.big-preview { padding: 0; }
Regards,
Yigit
It works for large images but the smaller ones remain on the left.
However with the previous code there’s a problem with category pages because images cover excerpts.
Hey!
Which small ones? Can you post a link to an example page? I can only see one of your blog post
Regards,
Yigit
Here
http://besos.pw/2014/03/31/prova/
Here the problem with image and excerpts
http://besos.pw/blog-it/
Hey!
Please add following code to Quick CSS
.small-preview img, .big-preview img { margin: 0 auto; }
Best regards,
Yigit
Great! It works.
Remains the problem with image and excerpts
However, yesterday I’ve posted this https://kriesi.at/support/topic/resources-and-tools-to-change-the-style-of-enfold/
If you answer me I could put an end to these trivial questions about css: D
Hey!
Can you post a screenshot of the issue? Not sure if i understood it clearly :)
Cheers!
Yigit
Of course :D
http://oi58.tinypic.com/iw0hs5.jpg
First lines of excerpts in “Blog Posts” are covered by the image of the posts.
Blog style is multi-author.
Hi!
Please add following code to Quick CSS
#top .fullsize .template-blog .big-preview.multi-big { margin-bottom: 0; }
Best regards,
Yigit
Sbam, fixed!
Thanks :D