Viewing 1 replies (of 1 total)
  • Tables aren’t the most responsive elements in web development, no ??

    It is possible to make the table scrollable on smaller screens:
    https://www.w3schools.com/howto/howto_css_table_responsive.asp

    In the example you’ve give, the issue is that the width of the text, plus the padding on the buttons, plus the padding on the cells, is all too wide for the content area on a small screen.

    Generally, I’d recommend using <div> tags and CSS floats so that on small screens your buttons can shift into a single column on small screens.

    One other note – it looks like your site is hosted on WordPress.com, so you’d be best of posting in the support forums at https://en.forums.wordpress.com for help ??

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with table preview on mobile screen’ is closed to new replies.