• I have a lot of text to add to my site and I am trying to do it without a line between each line. For example, visit the following page
    https://www.swindledforjesus.com/?page_id=114

    I want it to read like a book page. I like the theme I am using but need to move on if it will not work. So two questions:

    1, Can WordPress do a ‘wall of text’ that is many paragraphs with no blank lines?

    2. If so, when I shop for a theme how is that feature known?

    I’ll be glad to buy a theme as long as it does what I want.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Is that page an example of how you want it, or how you don’t want it?

    The space between lines is purely controlled with CSS, which is basically the code written in your theme’s style.css file.

    You can change that line height yourself, in almost any theme, by changing some of the CSS code there. {line-height: 90%}

    Take a look in your style.css and see if you can find something about this. Keep a backup copy before you make any changes. If you need more specific help then ask here.

    I hope this helps you get started.

    I sent you style.css with changes you’ve asked.
    It’s not a wordpress or choosing theme problem at all.
    You just want P tag work the way YOU need it to work, not the way it works by default.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme Attempt #3 – Themes with single line spacing’ is closed to new replies.