• Resolved pembrokellc

    (@pembrokellc)


    Is there a way to scale down the size of this table so more columns will appear w/o the need for horizontal scrolling?

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Unfortunately, that’s not directly possible. You would have to reduce the image and font size in the table, e.g. by adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-6 {
      font-size: 10px;
    }

    This will of course only help to a certain degree, but not on phones, for example. You could also check https://tablepress.org/extensions/responsive-tables/ for other ideas, besides scrolling.

    Regards,
    Tobias

    Thread Starter pembrokellc

    (@pembrokellc)

    Thanks, Tobias. I would like to send you a donation. I can do it by direct credit card only. Can you accept that? We are not allowed to use Paypal though

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks, that’s greatly appreciated! Yes, using a credit card is possible for me, via https://www.buymeacoffee.com/TablePress

    Thanks a lot!

    Best wishes,
    Tobias

    Thread Starter pembrokellc

    (@pembrokellc)

    Hi Tobias-
    How would I modify the height of the cell and also center vertically within the cell?
    I would like to send a contribution but I’m not allowed to pay through PayPal as we have had security issues with them. So is there a way to send you a payment w/o Paypal?
    Thanks
    -Leslie

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Leslie,

    to vertically center the text in the table from your link, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-6 tbody td {
        vertical-align: middle;
    }

    How exactly do you want to modify the height of the cells? Right now, that height is determined by the height of the images in the second column.

    And yes, contributing without PayPal, but with a credit card, is possible at https://www.buymeacoffee.com/TablePress

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Scale Size of the Table’ is closed to new replies.