• Resolved taylorshain12

    (@taylorshain12)


    Right now the text on my site has a line spacing of 1.5… how can I change it to 1.0?
    I tried inserting “line-height: 1.0 em;”

    In these two

    media=”all”
    body {
    background-color: #444;
    background-image: url(“img/default-background.jpg”);
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover;
    font: 16px/180% Helvetica,sans-serif;
    line-height:1.0em;
    color: #BEBEBE;
    overflow-wrap: break-word;
    word-wrap: break-word;
    }

    Also this one:

    .post p {
    line-height: 1em;
    }

Viewing 12 replies - 1 through 12 (of 12 total)
  • Theme Author Design 311

    (@design311)

    Your first solution works perfectly on my newly installed version. Although usually they just write: line-height:1;

    What is the link to your website?

    Thread Starter taylorshain12

    (@taylorshain12)

    Hey thanks for your response!

    My website is taylorshainfilms.com –

    Theme Author Design 311

    (@design311)

    When I add either line-height:1; or line-height:1.0em; at the bottom of the body tag it works nicely.

    Is the code currently added to the website because I don’t see it. Maybe you’re editing the wrong file?

    Thread Starter taylorshain12

    (@taylorshain12)

    Yes, I am editing the right file. Maybe something else is wrong with my css….I’ll try some more…

    Theme Author Design 311

    (@design311)

    Your changes are not visible online, you might be editing the right file but it’s not being updated on the server/not being uploaded to the server.

    Theme Author Design 311

    (@design311)

    There’s no line-height mentioned anywhere in your child theme’s style.css

    Thread Starter taylorshain12

    (@taylorshain12)

    Here is what I have:

    body.landline
    .wrapper
    {
    background: #131313;
    width: 720px;
    margin: 75px 0 0;
    margin-left: 400px;
    line-height:1;
    padding: 50px;
    box-shadow: 0 0 10px #777
    }

    So how do I get the changes uploaded to server quicker? Anything I can do, or do I need to contact them?

    Theme Author Design 311

    (@design311)

    That doesn’t seem to be correct. This is what is currently on the server:

    body.landline
    .wrapper
     {
    background: #131313;
    width: 720px;
    margin: 75px 0 0;
    padding: 50px;
    box-shadow: 0 0 10px #777
    }

    There’s no such thing as getting a file faster on the server, once you do it correctly it’s there instantly.

    Thread Starter taylorshain12

    (@taylorshain12)

    well… something’s not right – I copied that directly from my CSS – I’m working with my host to figure it out.

    Theme Author Design 311

    (@design311)

    Best of luck, I assume something is going wrong with uploading/editing the file.

    Thread Starter taylorshain12

    (@taylorshain12)

    Thanks for your response and your help. My file takes 2-3 days to see the changes that I create… I’m working with my host right now… maybe it’s something wrong with the server?

    Thanks so much! Your help has been awesome!

    Theme Author Design 311

    (@design311)

    I’d recommend you take a different host, if they cannot help you. This is not normal.

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