• Hello,

    I am running into issues with post pages. As you can see here: https://snipboard.io/eoS3ZR.jpg

    The footer is not responding and the box with content overlaps it. This only happens on blog post pages. The rest of the website is fine. Is there a way to add some CSS for the blog posts to have a responsive footer?

    Thank you.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @jmccoy1,

    I hope you are doing great. We are looking for a solution. We will reply to your query ASPA.

    Thank you.

    Hello @jmccoy1,

    Can you please tell us that, are you using any plugin to show all the posts on a page? If you are using any, then please tell us the plugin name.

    Thank you

    Thread Starter jmccoy1

    (@jmccoy1)

    I am not using any plugin to show all posts.

    Hello @jmccoy1,

    Ok, sir.

    Sir, this issue comes only on the blog page, so, please try this CSS code and tell us after applying the solution.

    #blog {
    overflow-y: scroll;
    }

    If, it does not work, then add height also:

    #blog {
    height: 600px;
    overflow-y: scroll;
    }

    You can change the value of height according to your needs.

    Please tell us after applying the solutions.

    Thank you.

    Thread Starter jmccoy1

    (@jmccoy1)

    That code did work! Thank you. I do have a follow up question however. As you can see in this screenshot: https://snipboard.io/bM9LJc.jpg

    Is there a way to move the scroll bar closer to the orange box? I am asking if the scroll bar that is created from the CSS code can be moved closer to the content that is in the orange box.

    Thank you again.

    Hello @jmccoy1,

    Ok, sir, we’ll find another solution for it. But can you please share the last screenshot again, because the link in your last reply doesn’t show the image.

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Post page footers not responsive’ is closed to new replies.