• Hi
    I am trying to put thumbnail left to the blog excerpt for my home, category & archive sections. See this blog for example prativasdotcom
    Can you help with the CSS? It would be great help.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Our premium version has a blog module which allows you to do this in the Customizer.

    Otherwise, you could try something like this:

    .post-image {
        float: right;
        max-width: 300px;
    }

    Let me know ??

    Thread Starter prativa42

    (@prativa42)

    Thanks a ton Tom. It worked. But I am stuck with one more.
    When I click on the post excerpt, the featured image comes real big. Is there a way to limit the dimension of featured image banner?

    Look here for the issue.

    https://bicyclescan.com/best-5-bicycle-for-girls-onlineunder-6000/

    Theme Author Tom

    (@edge22)

    Perhaps something like this will help?:

    body .page-header-image-single {
        max-width: 500px;
    }
    Thread Starter prativa42

    (@prativa42)

    Thanks Tom
    I came across, one more issue. Please help if you can

    I want my blog featured image to appear only on the excerpt as thumbnail, but not on the main read. Is there anything you can do here?

    Theme Author Tom

    (@edge22)

    In that case, you would do this:

    .page-header-image-single {
        display: none;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to add thumbnail to blog excerpt on home, category & archive pages?’ is closed to new replies.