Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    thanks for reaching out! Unfortunately the pinterest theme is a bit picky – for some WP themes it just won’t use the right thumbnails. We thought about removing it completely but as it works for some users we left it there for the time being.
    As for centering the thumbnails, you can go to plugin settings-> Advanced settings -> tick the box next to “enable custom CSS” and add this:

    ul.related_post {
        display: inline-block !important;
        margin: 0 40px !important;
        padding: 0 !important;
        position: relative !important;
    }

    Everthing put together should look something like this:

    .related_post_title {
    }
    ul.related_post {
        display: inline-block !important;
        margin: 0 40px !important;
        padding: 0 !important;
        position: relative !important;
    }
    ul.related_post li {
    }
    ul.related_post li a {
    }
    ul.related_post li img {
    }

    Don’t forget to save the changes, take care and have a lovely day,
    Petra

    Thread Starter Skippy

    (@skippyotf)

    Hiya. Thanks for the reply.

    Hopefully the pintrest like theme will iron out in the future. It’s the one I like most.

    As for centring the thumbnails, that worked. Thank you very much.

    Hey,

    glad to hear that at least the centering worked ??

    All the best,
    Petra

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Another featured image not being displayed.’ is closed to new replies.