• Resolved Confusedbawarchis

    (@confusedbawarchis)


    We are using the Related posts pluggin on our food blog website (www.confusedbawarchis.com). Currently the way i have it setup is by un-checking the Auto Insert Related Posts (or add <?php wp_related_posts()?> to your single post template) in the advanced settings and inserting the shortcode manually in mky Single.php file (i wanted the related posts to be displayed in a different order from the comments etc)

    Everything works great except for one thing. The related posts are displayed in a very small area on the left (i’m using 4 related posts per post). I want them to be displayed utilizing the full width of the posts page. Is there any way to do this?

    Would appreciate your help

    thanks
    nikhil

    https://wordpress.org/plugins/related-posts-by-zemanta/

Viewing 5 replies - 1 through 5 (of 5 total)
  • PetraP

    (@petrap)

    Hey nikhil,

    thanks for reaching out – I’ll gladly help!
    Would you be so kind and give me the link to your blog so that I can have a closer look?

    Take care and have a nice day,

    Petra

    Thread Starter Confusedbawarchis

    (@confusedbawarchis)

    Hi Petra

    Thanks for getting back. The link to my blog is

    http://www.confusedbawarchis.com

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

    If you navigate to any post, you’ll see the related posts issue i’m talking about.

    Thanks
    Nikhil

    PetraP

    (@petrap)

    Hey Nikhil,

    thanks for the link! Please try inserting/replacing following code in your Custom CCS code (in your advanced plugin settings):

    .related_post_title {
    }
    ul.related_post {
    }
    ul.related_post li {
    padding: 5px 20px 20px 30px !important;
    }
    ul.related_post li a {
    }
    ul.related_post li img {
    }

    Don’t forget to save the changes afterwards.

    Please let me know how it goes, take care and have a nice day!

    Best,
    Petra

    Thread Starter Confusedbawarchis

    (@confusedbawarchis)

    Hi Petra

    This worked perfectly 🙂 Thanks much for the help.

    Have a nice day.

    take care
    Nikhil

    PetraP

    (@petrap)

    Glad to hear it worked! 🙂

    Take care,
    Petra

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Width of Related Posts displayed below posts’ is closed to new replies.