• Resolved J M

    (@hiphopinenglish)


    I’m using a child theme of Twentyeleven. I’m used to hunting down CSS IDs in Firebug, but in this case I can’t. Could someone indicate how to make the grey line that separates posts thicker please? I want to create more distinction between posts.

    Here’s my site: http://hiphopinenglish.com/category/lyrics/.

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • .hentry,
    .no-results {
    	border-bottom: 1px solid #ddd;
    	margin: 0 0 1.625em;
    	padding: 0 0 1.625em;
    	position: relative;
    }

    strongly consider to create a child theme before continuing with more customisations; http://codex.wordpress.org/Child_Themes

    Thread Starter J M

    (@hiphopinenglish)

    I just stumbled back on this topic, and realised I had left it unresolved. I used the following code and it did the trick for me:

    .hentry,.no-results {
    	border-bottom: 5px solid black;
    }

    You should of course change the numbers to suit you. Remember you can always tweak paddings and margins using alchymyth’s exampe above.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Grey line between posts – How can I make it thicker?’ is closed to new replies.