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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter ericgraig

    (@ericgraig)

    Here is the link, you’ll see the table at the bottom of the page:

    http://www.usablellc.net/the-value-of-material-evidence-in-program-evaluation

    Thanks much!

    Eric

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Eric,

    thanks for the link!

    From what I can see, it should be enough to change

    .tablepress-id-2 tbody td {
    	font-family: Tahoma;
    	font-size: 12px;
    	color: ##4e4e4e;
    }

    to

    .tablepress-id-2 tbody td {
    	font-family: Tahoma;
    	font-size: 12px;
    	color: #4e4e4e;
    	line-height: normal;
    }

    (I also fixed the double ## to a single # in the color property. The same fix is needed in the CSS for table 1.)

    Regards,
    Tobias

    Thread Starter ericgraig

    (@ericgraig)

    Thanks so much. It’d be awesome if there was a site were one could find all these little CSS specifications. I did a search for CSS and came up with sites that were way beyond my abilities. I’m sort of beginning to see the patterns used in the TablePress plug-in but might need to bug you everytime there is a specific formatting change I need to make.

    Any thoughts?

    Thanks again,

    Eric

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

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

    Due to the flexibility of CSS, it’s pretty much impossible to show all possibilities. For some examples, which should be a good starting point, please see the TablePress FAQ at http://tablepress.org/faq/ and the CSS part of the Documentation at http://tablepress.org/faq/documentation-css-selectors-styling/
    With that, all that you need basically is to come up with the proper selectors and then the correct CSS properties from the CSS reference of your choice.

    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 ‘Line Spacing’ is closed to new replies.