• Resolved successvalues

    (@successvalues)


    Dear all,
    I am new to wordpress and currently building a blog. I need help on the following:
    1. How do I reduce the space between two lines on my blog. The spacing between my lines are big and I want to reduce it. In addition, the space between the writing and heading have similar issue.

    My site http://www.successvalues.com

    I cannot write codes, so I happy to receive code to paste.

Viewing 8 replies - 1 through 8 (of 8 total)
  • If your theme provides a way to enter custom CSS, use that. Otherwise, you should create a Child theme or use a CSS plugin such as Simple Custom CSS to make your changes. If you do not, all of your changes will be lost if you update your theme.

    You can test this by adding it to the end of your theme’s style.css, but to make it permanent, you should do as suggested above:

    h1.post-entry-title { padding: 10px 0 5px; }
    .post-entry-content { line-height: 1.5em !important; }
    Thread Starter successvalues

    (@successvalues)

    Hi
    Thank you for feedback. My the allows custom CSS. However, I am not a coding expert. Please help drop a code which I will just copy and paste into the customer CSS.

    I gave you exactly the lines you need to put in the custom CSS. All you need to do is copy and paste them in.

    Thread Starter successvalues

    (@successvalues)

    Thank you, Please, help me with a similar code as follows:

    1. to reduce the line height between the lines in the post itself
    2. to change the background color.

    I am grateful for your support.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    1. to reduce the line height between the lines in the post itself

    Can you be more specific as to what you’re referring to?

    Thread Starter successvalues

    (@successvalues)

    In my post, the space between two lines seem to be high. example the space the 3rd line and 4th line. Example http://successvalues.com/cash-flow/

    How do I reduce the space

    If these are the 3rd and 4th lines, they are spaced just like the ones above:

    bankruptcy. Owners should ensure positive cash flow position to avoid problem such as late
    payment of trade payable and other dues. Cash flow can be managed through:
    Thread Starter successvalues

    (@successvalues)

    Thank you very much. I am grateful.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Line Height CSS’ is closed to new replies.