• Hello!
    We at TRUE DIGITAL are going to release our new website tomorrow, and to that i have made an blog for us. The problem is that when i designed the sidebars, mystical strokes showed up between the posts.
    My question:
    What is this strokes, and how do i remove them?
    THE BLOG

    regards,
    Jacob

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you are referring to the black lines, check your style sheet and see if there is a border-bottom or border_top defined that could be doing it.

    Rather than deleting it and potentially breaking it, change its colour to #FF0000 (red) and then when you refresh, you will see straight away if that is the line in question.

    Good luck!

    strokes showed up between the posts.

    …could this be where it is defined?

    style.css (line 90)

    hr {
    background:#231F20 none repeat scroll 0 0;
    border:medium none;
    clear:both;
    height:1px;
    overflow:hidden;
    }

    Thread Starter imtrue

    (@imtrue)

    Yes! It was the hr {

    Thank you guys, you’r the best!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mystical strokes between posts! (Dynamic sidebars)’ is closed to new replies.