• Resolved zingmart

    (@zingmart)


    Hello

    I’ve used <? php get_related_posts_thumbnails (); ?> shortcut in single post.

    it doesn’t show Related Post’s words at the top of the photos how can i fix it?

    adnan

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

Viewing 1 replies (of 1 total)
  • Hi,

    Its the default structure of Related Posts blocks that the post titles will appear at the bottom of the image.

    To achieve your desired structure you can use the following CSS code:

    .relpost-block-single>div {
    	display: flex;
        flex-direction: column-reverse;
    }
    
    .relpost-block-single-image {
    	margin-top: 10px;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Related posts:’ is closed to new replies.