• Resolved Pushkar Kathayat

    (@pushkarsingh32)


    Good morning Richie,
    when i am enabling the related posts option of mesocolumn. It is showing the related post but the problem is it is not re-sizing featured images. it is cropping them to show giving an unpleasant look.

    Also i want the related posts to apppear vertically on mobile site not side by side as the desktop version. please help me.
    techgeekers.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Richie KS

    (@rkcorp)

    try add this to theme option->custom css

    #post-related .feat-cat-meta {width: 29%;height:300px;}
    .related-post-thumb img {max-width: 100%;height: auto;}
    #post-related #rsss_sidebar_hid {display:none !important;}
    @media only screen and (max-width:500px) and (min-width:240px) {
    #post-related .feat-cat-meta {width: 100%;height: auto;}
    .related-post-thumb {max-height: 500px;}
    }
    Thread Starter Pushkar Kathayat

    (@pushkarsingh32)

    Thanks for your support.
    i have added the code. still some images are cropping but some are loooking fine. In mobile posts are showing vertically. That is very good. I am pleased. Here is the URL
    TechGeekers.com

    In this post 3 related posts are showing correctly but 2 which are below of them are not showing correctly. I mean it still cropping thier featured image to show.
    please have a look on it.
    thanks.

    Theme Author Richie KS

    (@rkcorp)

    there’s nothing css can do since the image itself is cropped like that..example:
    //techgeekers.com/wordpress/wp-content/uploads/2015/02/Google-2-step-verification-150×150.jpg
    //techgeekers.com/wordpress/wp-content/uploads/2015/02/Google-tricks-secrets-300×300.jpg

    Thread Starter Pushkar Kathayat

    (@pushkarsingh32)

    Ya, got it.
    Thanks so much for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Related posts formatting issue’ is closed to new replies.