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.
R
Hey!
Try adding this code to the Quick CSS:
p {
line-height: 26px;
}
Cheers!
Josue
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
Can you post a link to that unfixed part?
My guess would be because of some plugin.
Best regards,
Josue
I’m seeing it with the right line height, however if you want to change it:
p {
line-height: 28px;
}
Best regards,
Josue
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.
Add this too:
blockquote p {
line-height: 16px;
}
Cheers!
Josue