I changes the px of the body font from 13 to 14 and now the spacing between lines is too small. How can I increase the line spacing? http://www.newyorkguidance.com Thanks!
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: p { font-size: 14px!important; line-height: 29px!important; } Adjust its value as per your requirements.