Viewing 8 replies - 1 through 8 (of 8 total)
  • This is controlled by your theme’s CSS.

    Thread Starter Chrieon

    (@chrieon)

    Ohh how I love answers like that because I didn’t specify my quest from the beginning in the title.

    But I guess I may interpret it as I better figure it out myself because I am lazy and stupid.

    Thank you!

    Are you using a Child Theme or Custom CSS plugin to make changes to the theme’s CSS? Modifying theme files isn’t a good idea – as all of your changes will be lost when WP is updated.

    Once that’s set up, which parts do you want to change? A browser tool like Firebug should help you find the relevant CSS – also see:

    http://www.w3schools.com/css/default.asp

    The spacing between lines is determined by the line-height attribute in style.css. Currently yours is set to 24px. If you’re using a child theme you can override this in your child theme’s style.css. If not, you can edit it directly in the theme’s style.css.

    Here is what I found using the element inspector in Chrome:
    http://imgur.com/X4MBkRW

    Thread Starter Chrieon

    (@chrieon)

    Child theme I already know about it. Even have a copy of the original in case something would happen.
    OK, I’ll try it out.

    Ok sounds good, let us know how it works out.

    Thread Starter Chrieon

    (@chrieon)

    Thanks for your help. It looks better, and I may figure out things later on.

    Glad we could help!

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

The topic ‘What controls the word-space?’ is closed to new replies.