Support » Fixing WordPress » Help with thumbnails

  • Resolved makta112

    (@makta112)


    Hello

    By using the below code, I’ve made the thumbnails on my blog appear on left side of the titles and excerpts.

    .blog .entry-header {
        padding-left: 205px;
    }
    .blog .size-thumbnail {
        border-width: 0 !important;
        height: 140px !important;
        margin-top: -100px;
        width: 180px !important;
    }

    You can view it here.

    But as you can see, if the title is one line long, the thumbnail appears slightly above the title. When the title is two lines long, it looks better, though (view the two top entries).

    How can I do so that the thumbnail appears beside the title – no matter how long it is?

    If you don’t know what I mean, please tell me so that I can explain some more. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help with thumbnails’ is closed to new replies.