• I know how to make double line spacing by starting the next paragraph or by using header instead of paragraph. But what I want to know is how I can create double line spacing automatically. For example, on microsoft word there is just a tab to select what sort of line spacing you want.. can i get this on wordpress?

    At the minute my writing all looks squishy and is difficult to read. I have changed some of it to header 3, but the font is bold and stays bold no matter what I do.

    Would really appreciate some help with this – I am still a learner with wordpress.

    Many thanks ! 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Nissy,

    If I’m correct you want to add more spacing between lines in paragraphs, right? There are several ways to achieve this. Could you post the link to your website please? I can look for the best way to handle this if I can take a look at your website.

    Kind regards

    Thread Starter nissyadventure

    (@nissyadventure)

    Hi! yes thats what I want to do! 🙂

    Of course! for example this is one of my pages wwww.nissyadventure.com/namibia

    Hi Nissy,

    Thanks for sending the link.

    It might be possible for you to change the line spacing trough the theme options. Some theme’s allow you to change the line spacing in the theme options. If not, you’ll have to change a bit of code. I hope you are familiar with basic HTML5 en CSS3?

    Look for this line of code in your style.css file:

    p{
    line-height:1.5em;
    }

    Increase the 1.5em to any number and see for yourself what is the best amount of spacing.

    It’s best to do this in a child theme. Aks me if you don’t know how to do this.

    Kind regards.

    Thread Starter nissyadventure

    (@nissyadventure)

    Perfect! I’ve done it ! thanks so much 🙂

    Hi Nissy,

    Great! Glad I could help. Could you set the status of this thread to resolved please?

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

The topic ‘double line spacing, how?’ is closed to new replies.