• Basically when writing blog posts in this theme. Sometimes spacing is ridiculous.

    For example I could write this sentence

    Hello this is a blog post for my newly created website.

    Random it will sometimes space like Hello this is a blog post for my newly created website.

    It looks stupid and horrible and I don’t know why it does it please help.

    https://www.wrestleworld.co.uk is the website.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having the same problem. There is so much spacing between random words and I have no idea how to fix it. Please help

    I think I had the same problem on the page I was making at https://www.SydneyAccommodation.info, for me the issue was the following css found in style.css

    .entry-content {
    text-align: justify;
    }

    Dealing with this line of code fixed the problem for me.
    I used the “simple custom CSS” plug-in, and included the following using the plugin:

    .entry-content {
    text-align: left;
    }

    This work around with the plugin means you don’t need to modify the theme style.css and the change will be preserved if you update the theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Spacing’ is closed to new replies.