• Colour Infusion

    (@colourinfusion)


    Hi there, I have a comment display that covers my entire page. Not sure how to fix that. Can anyone give me a hint or two?
    This is the page: https://alpinism.com/blog/2011/11/07/mt-cline-north-ridge/

    I did add a child theme for the sidebar to show up everywhere, so maybe that is where the conflict is? But not sure. Maybe it’s just a float issue in the css. Can anyone help?
    Thanks! Norja

Viewing 1 replies (of 1 total)
  • Thread Starter Colour Infusion

    (@colourinfusion)

    This is the CSS for it…I didn’t make any changes.

    .commentlist > li:before {
    content: url(“images/comment-arrow.png”);
    left: -21px;
    position: absolute;
    }
    style.css (line 2014)
    .commentlist > li.comment {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 1.625em;
    padding: 1.625em;
    position: relative;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Twenty Eleven Comment issue’ is closed to new replies.