• I am using twenty-eleven. I want to make the little line between posts BIGGER. Is this possible and how do I do it?

    The reason I want this done is because you can’t really tell when a post is over, it kind of just goes onto the next one.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Add this to your themes style.css file

    body .hentry, .no-results {
          border-bottom: 5px solid #DDD;
    }

    That will make the line bigger. Adjust as necessary

    Cheers

    Thread Starter ImStanding

    (@imstanding)

    where do I put it in the style.css? I am totally new to this

    don’t mess with the code directly, install the “PC Custom CSS” plugin.
    Under the appearance tab you’ll find “Custom CSS” after you activate it.
    add the code there and save. Should do the trick.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twenty Eleven: Make bar between posts bigger?’ is closed to new replies.