• Recently, I started using WP Responsive Table plugin and it’s working great.
    However, I want to know about how to increase the column width so that the words won’t break. (Image ref: https://imgur.com/ZsqYfFC)
    Also, the responsive scroll option on mobile devices is completely invisible that makes the feeling of the table is broken. Could I make it lightly visible?

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

    (@processby)

    Hi.

    Try adding style:
    word-break: normal;

    I added the visibility of scrolling on webkit browsers.

    Thread Starter Ankit Main

    (@ankitmain95)

    Thanks for quick support. The scrolling visibility is improved.
    Still, no success with word-break. It tries to compress all columns on the desktop to be visible without horizontal scroll which breaks all long words and looks weird. (Yes, the scroll bar is visible on the desktop too, but it’s not working as expected.)
    Could you find a solution?
    TIA.

    Plugin Author Processby

    (@processby)

    table { table-layout: auto;}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Column Width’ is closed to new replies.