Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #244936

    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!

    #245707

    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

    http://besos.pw/2014/03/12/besos-at-fablab-pisa-love/

    #245710

    Hey!

    Please add following code to Quick CSS

    .big-preview { padding: 0; }

    Regards,
    Yigit

    #245718

    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.

    #246067

    Hey!

    Which small ones? Can you post a link to an example page? I can only see one of your blog post

    Regards,
    Yigit

    #246072

    Here
    http://besos.pw/2014/03/31/prova/

    Here the problem with image and excerpts
    http://besos.pw/blog-it/

    #246077

    Hey!

    Please add following code to Quick CSS

    .small-preview img, .big-preview img { margin: 0 auto; }

    Best regards,
    Yigit

    #246083

    Great! It works.

    Remains the problem with image and excerpts

    http://besos.pw/blog-it/

    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

    #246090

    Hey!

    Can you post a screenshot of the issue? Not sure if i understood it clearly :)

    Cheers!
    Yigit

    #246117

    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.

    #246122

    Hi!

    Please add following code to Quick CSS

    #top .fullsize .template-blog .big-preview.multi-big { margin-bottom: 0; }

    Best regards,
    Yigit

    #246129

    Sbam, fixed!

    Thanks :D

    #246140

    Hey!

    Great! :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Featured Image following Content Header’ is closed to new replies.