Hi, I would like to have the word spacing be single rather than double. Is this obtainable? Thanks, Sean
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: p { line-height: 12px!important; }
Thanks for the feedback. Will this code do this for every page or just for one page? I need this specifically for my Contact us Page.
Hello, The code given by Nitesh in the above post will work on every pages. If you want the code for contact page only them paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .contact-page p { line-height: 20px; } This code will only work for contact us page.