Help with P2 Theme CSS

  • Unknown's avatar

    Hi, wonder if could lend a hand. Everything works perfectly with the following codes until I added the blockquote code I salvaged from my previous theme, The Journalist. Since adding the last bit, my post title is pushed to the far left and overlaps the avatar. Can someone help me tweak the code so the title springs back to default position?

    h1 {
    font-size:4em;
    line-height:1em;
    display:none;
    padding:8px 16px;
    }

    #sidebar ul li {
    padding:4px 0 6px;
    }

    blockquote {
    position:relative;
    background:#FFFFFF;
    border-left:2px dotted #999999;
    margin:8px 30px;
    padding:8px;
    }

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Oh, I removed the blockquote code and the overlapping title still occurs so I am guessing there’s probably a bug somewhere and not related to the blockquote.

  • Unknown's avatar

    I don’t have the time to trace and figure out why this happened, but if you add the following to your CSS it fixes it.

    #main .post h2 {
    padding-left:67px;
    }

    You might want to play with the 67px a touch. 68 perhaps?

  • Unknown's avatar

    Just a note: There is another person complaining of this issue although with a rtl language, so I think staff needs to be contacted on this. Obviously they have done some tweaking and broken the theme.

  • The topic ‘Help with P2 Theme CSS’ is closed to new replies.