• Take a look at my site:

    https://www.big-nasty.com. It seems that when I make posts, they sometimes overlap (like the Kimbo Slice Post). I’ve tried increasing my margins and editing the ‘intitle’ in my style sheet but nothing seems to work. Please help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try aligning your post images to the left and then editing style.css and changing:

    post h2.post-title {
    position:relative;
    width:100%;
    }

    to

    post h2.post-title {
    clear:left;
    position:relative;
    width:100%;
    }
    Thread Starter Bignasty247

    (@bignasty247)

    Everytime I try to edit anything on this page the whole thing screws up. The Background graphics for the sidebars go away, the quote bubble image disappears, the posts overlap, and I ALWAYS have to go back and re-download the vita template and replace the stylesheet entirely. Why are my posts overlapping? Why can’t I get a frame around my images like I used to? Why isn’t anything I’m doing working? Is there any way I can show YOU the style sheet so you can make the (few) necessary adjustments because this is driving me crazy.

    I think we did this one already:

    change class post to this:

    .post {
      margin-bottom:30px;
      min-height:250px;
    }

    You can fiddle around with the 250px if you want, but I’ll think these look decent.

    Peter

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My posts overlap. Can somebody please assist?’ is closed to new replies.