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

    (@tobiasbg)

    Hi Richard,

    thanks for your post, and sorry for the trouble.

    No, this is a slightly different issue, but it can usuall be fixed by adding some extra CSS code. To find that CSS, I’d need to take a look at the table.
    Can you therefore please post a link to the page with the table where this problem happens? Thanks!

    Regards,
    Tobias

    Thread Starter richyrich

    (@richyrich)

    Thanks, Tobias
    And no problem at all, I’m just very grateful for the support.

    The table in question is at:
    https://sally.richardgreenwebdesign.co.uk/our-vans/

    Best,
    Richard

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Richard,

    thanks for the link!

    To adjust the heights, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media (max-width: 767px) {
      .tablepress-responsive-phone thead th,
      .tablepress-responsive-phone tbody td {
        height: 24px;
      }
    }

    Regards,
    Tobias

    Thread Starter richyrich

    (@richyrich)

    Hi Tobias,

    Many thanks for that. That sorted it out.
    I really appreciate your help and support, I’ve just made a donation by PayPal.
    I hope you have a good Easter break.

    Best,
    Richard

    PS Sorry for the delay in acknowledging your help, I’ve been very busy with some other things this last week.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!
    And thanks for the donation, I really appreciate it!

    Best wishes,
    Tobias

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Responsive layout issues (for mobile)’ is closed to new replies.