quipmaster 0 Report post Posted October 5, 2012 Dear Forum, Hoping that someone can help me out with this issue. The leading on my home page is off. As you will see in www.virtuinstrategy.com, the leading in the body is over spaced. I have tried to rewrite the text. But that does not fix the issue. I am not a coder so i don't have coding skills. Could someone tell me in simple terms how i can fix this issue? Thank you and much appreciated. Luis Share this post Link to post Share on other sites
catrina 103 Report post Posted October 5, 2012 You’ll need to use Custom CSS (in Site Options > Custom Code > Custom CSS). CSS that changes the style of a page element consists of two parts: the selector and the attribute. Selector: Used to select the page element you want to change (in this case, the page element you want to change is your post/page body text). Attribute: Property that determines what kind of change you want (you’re changing the line spacing, so the attribute you want to use is line-height). To find the selector for the page/post body text, you'll need to use Firebug (or Chrome Development tools). To learn how to use Firebug for CSS customizations, please read and follow these instructions: http://www.pagelines.com/wiki/Custom_CSS. For help with the line-height attribute, please see these instructions: http://www.w3schools.com/cssref/pr_dim_line-height.asp Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites