• I noticed that when you have very long FAQ questions, the text overlaps each other on the ‘Reorder FAQs’ admin page, making it difficult to tell which is which.

    I added the following to the css style for li.lineitem in reorder.php:

    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

    This keeps the lines from wrapping and overlapping each other. Hope this helps anyone else with long FAQ questions!

    http://wordpress.org/extend/plugins/q-and-a/

  • The topic ‘[Plugin: Q and A – FAQ Plugin] Reorder FAQs ***FIX*** for long lines overlapping’ is closed to new replies.