• Same number on different row.
    I don’t know how to solve that it appears on the same line when there are many comments.
    This happens more on mobiles

    error-paginate

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author AlanP57

    (@alanp57)

    Normally one can use CSS code to specify how to wrap text. Unfortunately, I did not find any CSS code that would prevent page numbers from breaking when wrapping from one line to another.

    Thread Starter Samot80

    (@samot80)

    Do you have any idea what css code to use?

    Plugin Author AlanP57

    (@alanp57)

    I tested using

    ol.wp-paginate-comments li {
      word-break: break-word;
    }

    But it did not change anything.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘same number in different line’ is closed to new replies.