• Resolved shss

    (@shss)


    Hi there

    I have two questions if you could please answer them.

    Q1: Could you tell me how to minimize/shorten the height of the rows?

    Q2: Can you also tell me if it’s possible to shorten the width of the columns so it takes only 2 3 of the page width rather than the full width?

    There is also a link to one of my posts with the table in it.
    Thanks a lot

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For this, I recommend to add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-51 {
    	width: 50%;
    }
    .tablepress-id-51 tbody td {
    	line-height: normal;
    }

    Regards,
    Tobias

    Thread Starter shss

    (@shss)

    You are awesome.

    Worked like a charm.

    Is it possible to make the text size and row heights even smaller?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sure, just change the second block to:

    .tablepress-id-51 tbody td {
    	line-height: normal;
    	font-size: 12px;
    	padding: 4px;
    }

    Regards,
    Tobias

    Thread Starter shss

    (@shss)

    You and your Plugin ROCK!!!

    Thanks a million.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

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

    Thread Starter shss

    (@shss)

    I already gave a fat well-deserved 5-Star rating….and would do it again if it was possible.

    Thank you TobiasBg

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks, I really appreciate that!

    Best wishes,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to make change the row and column sizes’ is closed to new replies.