Viewing 3 replies - 1 through 3 (of 3 total)
  • You are already using a border, so… One way to do that is creating a new div, with the height you want, and put a background-color with the color you want to.

    Another way to do that (but I think it’s just not semantic):

    Look for #main on your style.css and add this:

    border-top: 14px solid #63A359;

    Thread Starter sw1

    (@sw1)

    I used border-top: 14px solid #63A359; and it works. Thanks a lot for helping me out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twenty Ten theme, How to put 10px line below menu bar’ is closed to new replies.