Jump to content
Sign in to follow this  
quipmaster

Leading is off

Recommended Posts

quipmaster

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×