• In my blog article https://smbresearch.net/blog/backupsoftwarepreview/, why am I showing double line spacing, Anyone? I would like to tighten up everything in this blog post, and particularly, my bulleted lists. tried a change to my CSS, which does not seem to be taking. SO I am either putting in the wrong code, or putting it in the wrong place. I appreciate your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User

    (@anonymized-3085)

    Look at editing these values:

    .post ul, .post ul li {
    margin:20px !important;
    }
    
    .post ul, .post ul li {
    margin-top:1em !important;
    }

    Thread Starter bxm3443blog

    (@bxm3443blog)

    Rich – Thanks, That did the trick. Although it still looks to me like all of my paragraphs are double-spaced. I pasted from notepad, so no weird should have come in from Word, etc.

    Anonymous User

    (@anonymized-3085)

    Hmm. you have several portions of your stylesheet affecting that:

    #content .post p {
    margin-bottom:20px;
    }
    p {
    margin-bottom:10px;
    }

    So change one of them, and perhaps delete the other.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Line spacing’ is closed to new replies.