Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #274021

    Today my clients site looks as though all the font and content on it has changed (no work has been done on the site)

    It all looks like it has been crunched -if that makes sense- please see attachments

    some of the letters even touch the tops and bottom pif each other (see small attachment) THE SPACING BETWEEN THE LINES IS ALL MESSED UPO ACROSS THE WHOLE SITE.

    #274022

    R

    • This reply was modified 9 years, 11 months ago by mmsdev.
    #274036

    Hey!

    Try adding this code to the Quick CSS:

    p {
        line-height: 26px;
    }

    Cheers! 
    Josue

    #274196

    Thanks that seems to have fixed a parts but not all the site??
    I have gone into a part that it did not fix cut the text out and code then pasted it into simply text and then back again and it is back to normal, However i cant do that across the whole site..

    Any other help?

    Also please tell me why this has just happened out of the blue?

    Thanks in advance

    #274236

    Can you post a link to that unfixed part?

    My guess would be because of some plugin.

    Best regards,
    Josue

    #274288
    This reply has been marked as private.
    #274327

    I’m seeing it with the right line height, however if you want to change it:

    p {
        line-height: 28px;
    }

    Best regards,
    Josue

    #274328

    Yes it is right in the main text but the quoted bit has large gaps between, i can fix it though as said by cutting it and pasting it back in.

    #274365

    Add this too:

    blockquote p {
        line-height: 16px;
    }

    Cheers!
    Josue

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.