featured image in post

Home Forums Iconic One Pro Support featured image in post

This topic contains 8 replies, has 2 voices, and was last updated by  violahearz 10 years, 7 months ago.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #680

    violahearz
    Member

    Hi, I would lie to use featured image option, but I want post text to be not under the image in post but to the right of it. how can I achieve that?

    #681

    violahearz
    Member

    …Hi, I would liKe…:)misspell

    #682

    violahearz
    Member

    <div class=”entry-content”>
    girl
    <p>

    It seems that I need to move that <p> tag before . But where can I do it? thanks

    #683

    Do you want a smaller featured image aligned to the left on single post pages? if yes, then what size?

    #684

    violahearz
    Member

    Yes, align-left, as for size – I want to scale it

    #685

    violahearz
    Member

    I think must be inside <p>…

    #686

    violahearz
    Member

    img must be inside p tag

    #688

    We don’t usually support customizations of this kind.

    For your case this should help you.

    Paste this code in the custom.css

    .attachment-post-thumbnail.wp-post-image {
        float: left;
        margin-bottom: 3%;
        margin-right: 2%;
        max-width: 50%;
    }

    Let me know if it works for you.

    #689

    violahearz
    Member

    it works great. thank you very much.

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.