• Resolved tronin

    (@tronin)


    – How do I get more margin between the links in the sidebar? I don’t want them that close to each other.

    – How do I increase the margin between post titles (h2) and the thin line underneath?

    tronin.se

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1) This will add 4px margin between the links
    .widget ul li {margin-bottom: 4px;}

    2) Add bottom padding, for example:
    #post h2 {padding-bottom: 10px;}

    Thread Starter tronin

    (@tronin)

    Thanks, dude 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How do I change margin?’ is closed to new replies.