• Resolved phamhoanglong

    (@phamhoanglong)


    Hello, when i create a blog post and using paragraph block to add text, when published and view post, text i have added only show on 1 line, it is not auto down the line (word wrap). How can i fix it? Thank you so much.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator threadi

    (@threadi)

    You have written a text without any spaces. As your theme has not provided for this, the browser standards apply and everything is displayed on one line.

    To solve this, you could add the following customised CSS:

    .entry-content p {
     word-wrap: break-word;
    }

    You would have to insert this under Appeareance > Editor > Style > Additional CSS.

    I also see that you seem to have entered something in the HTML code yourself. A class “123456” is set at the paragraph. This is not allowed. Class names must begin with letters.

    Thread Starter phamhoanglong

    (@phamhoanglong)

    Thank you so much @threadi , The problem solved

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

The topic ‘Auto down the line when using paragraph block’ is closed to new replies.