Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter harsh1996

    (@harsh1996)

    Okay, So i enabled horizontal scrolling and the page responsiveness issue sorted.. But is there any way to to keep the content within the frame without the need of enabling horizontal scrolling?

    • This reply was modified 3 years, 1 month ago by harsh1996.
    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    You are talking about the “MyGround11 Customer Support” table on that page (ID 73), right?

    Using horizontal scrolling is a good solution here. If instead you would like the content to fit, you could e.g. use shorter link texts (i.e. not the full long URLs to the social media profiles), or you could allow the browser to add line breaks in them, by adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-73 .column-2 {
      word-break: break-word;
    }

    Regards,
    Tobias

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

The topic ‘Content Spilling – Unresponsive Table’ is closed to new replies.