Forums

[resolved] Why are my posts over lapping? (7 posts)

  1. keysuuh
    Member
    Posted 1 year ago #

    Heres my site :
    ohplastic.com

    Can any one find the problem to why my posts over lap the way they do, when I change the reading to 5 posts at a time??

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    You have two <div id="content"> blocks on your page. One for each post, apparently. There should only be one such block enclosing all posts on the page.

  3. keysuuh
    Member
    Posted 1 year ago #

    I changed "id" to "class"

    but the problem was not resolved ...

    what might I be able to do to fix this?

  4. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Edit style.css and change:

    .content {
        left: 10px;
        padding: 10px 0;
        position: absolute;
        top: 250px;
    }

    to:

    .content {
        left: 10px;
        padding: 10px 0;
        position: relative;
        top: -215px;
    }
  5. keysuuh
    Member
    Posted 1 year ago #

    it worked :)
    I did the same thing for my offline wordpress.
    But my footer is overlapped,
    instead of positioned at the bottom like the testing theme you just helped me on.

    take another look at my site if you can,
    to see the problem.

  6. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Try adding a clear:both; to your footer.

  7. keysuuh
    Member
    Posted 1 year ago #

    I have that under footer on my style sheet but it seems to still float on top of my content.

Topic Closed

This topic has been closed to new replies.

About this Topic