• Resolved robertpolson

    (@robertpolson)


    Hi,

    Here is the website http://www.staroversky.com

    Please tell me how do I change spacing between the lines to lets say 1.2 instead of 1?

    I have tried to change a few margin settings in style.css but was unable to actually change the space between the lines.

    Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Avnish Awasthi

    (@avnish-awasthi)

    ul, ol {
    line-height: 150%;
    margin: 0.4em 0 1.2em;
    }

    in style.css on line no 201

    Thread Starter robertpolson

    (@robertpolson)

    Thanks, but the correct solution was to change

    /* other */

    p{
    margin: .6em 0 .3em;
    line-height: 150%;
    }

    Changing line-height worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change spacing between lines?’ is closed to new replies.