Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    You are probably referring ot the images in the table that then extends beyond the table.
    To change this, please try adding this “Custom CSS”:

    .tablepress img {
      max-width: 100%;
    }

    Regards,
    Tobias

    Thread Starter ifyoung

    (@ifyoung)

    Thank you for your quick replay. I added the code you gave to me to the custom css. But it messed up the layout. 🙁 image started changing from 3rd column.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    please try again with the exact code that I posted above. You forgot the max- part.

    Regards,
    Tobias

    Thread Starter ifyoung

    (@ifyoung)

    I did…but still looked the same 🙁

    Thread Starter ifyoung

    (@ifyoung)

    I’d like to share this code with everyone who is having trouble with image in the table. Use the code below will help. I tried it and it looks perfect when i view my website on my iPad. please add the code to “Custom CSS”:

    table {
    table-layout: fixed;
    }

    Thank you Tobias. I really appreciated your quick response. Your tablepress plugin is great and definitely recommended! 🙂 Thank you for your hard work and Q&A page.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ah, yes, that can also help, to fix the automatic width calculation. Nice find!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    Thread Starter ifyoung

    (@ifyoung)

    Done! 🙂

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks, I really appreciate it!

    Best wishes,
    Tobias

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Table is not working on my ipad’ is closed to new replies.