Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #46483
    Caducassau
    Member

    Hi,

    Is it possible to put images as featured images on the posts of the blog? Like it happens in Simple Catch Pro, do you understand?

    I tried to put them in one post and it was strange. Take a look on my main page http://www.sejogacara.com.br

    What can I do in this case?

    Thanks in advance

    Cadu

    #46499
    Sakin
    Keymaster

    @Caducassau: Oh this theme is not design like simple catch pro theme. Can you try to add in the following css in “Appearance => Theme Options => Custom CSS” box.

    #primary .featured-image {
        display: inline;
        float: left;
        margin-right: 15px;
        width: 30%;
    }
    #46518
    Caducassau
    Member

    Oh, I get it..

    Well, it still pretty strange, take a look.

    http://www.sejogacara.com.br

    Can’t you land me a custom CSS to fit the image at the left of the title and post text?

    Or even at the top of it? like a banner or facebook cover, do you understand? It would use the whole width of the post space and the title would be below it.

    Thanks

    #46568
    Sakin
    Keymaster

    @Caducassau: Ok then can you replace the previous css that I gave you with the following css.

    #content article {
        height: 1%;
        overflow: hidden;
    }
    #primary .featured-image {
        display: inline-block;
        float: left;
        margin-right: 2%;
        width: 30%;
    }
    #primary .entry-container {
        display: inline-block;
        float: right;
        width: 68%;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured post image’ is closed to new replies.