• Resolved osmanu

    (@osmanu)


    The related posts section of my page is not showing up in the sidebar. It is instead showing up at part of the main body of the post. How can I fix this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @osmanu,

    You’ve added custom CSS to Appearance → Customize → Additional CSS that reduces the spacing between the related posts section and the content of your posts. The CSS you’ll need to remove from Additional CSS is this:

    .single-post .post-inner {
        padding-left: 50px;
    }

    — Anders

    Thread Starter osmanu

    (@osmanu)

    Awesome. Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Related posts incorrectly positioned’ is closed to new replies.