Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Try removing this from your custom CSS:

    .archive:not(.no-sidebar) a.post-thumbnail,.blog:not(.no-sidebar) a.post-thumbnail,.search:not(.no-sidebar) a.post-thumbnail,.single:not(.no-sidebar) a.post-thumbnail {
     margin-left:0
    }

    And giving this a try instead:

    .archive:not(.no-sidebar):not(.post-type-archive-jetpack-testimonial) .post-thumbnail, .blog:not(.no-sidebar) .post-thumbnail, .search:not(.no-sidebar) .post-thumbnail, .single:not(.no-sidebar):not(.post-type-archive-jetpack-testimonial) .post-thumbnail {
        margin-left: 0;
    }
    Thread Starter PyroHH

    (@pyrohh)

    Thanks a lot ! That’s perfect !

    Moderator Kathryn Presner

    (@zoonini)

    My pleasure! I’m marking this thread as resolved but feel free to start a new one if you need help with anything else.

    Moderator Kathryn Presner

    (@zoonini)

    Et votre anglais et très bien. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to align image with related post’ is closed to new replies.