• Resolved bennettheyn

    (@bennettheyn)


    Issue 1:https://imgur.com/taFdgdb
    If you look at this page in a mobile view, it isn’t full width and this is because of tablepress. How do I fix this?

    Issue 2:https://imgur.com/iXdIrCc
    The pictures in my tablepress are very small. I even added this custom code to the tablepress options but it didn’t adjust the size:

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

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    1) You are indeed running into problems with responsiveness. Most likely, you’d need to try an approach like https://tablepress.org/extensions/responsive-tables/

    2) The code that you added there does actually create this behavior. If you want to alter it, you’d need to add a minimum width as well, e.g. by adding

    min-width: 100px;
    

    to this CSS code.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Tablepress mobile responsive issues’ is closed to new replies.