• Resolved pembrokellc

    (@pembrokellc)


    Hi Tobias-
    This new table looks much better in preview then on the actual webpage.
    The text looks double spaced. Some columns need more text than others and maybe that causes problems. I’m looking for guidance on how to improve for ultimate webpage applearance. My email is [email protected] I have contributed donation.
    Regards
    -Les

    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 post, and sorry for the trouble.

    The cause for this is your theme, which sets a general line height of 24px (equaling to lines of text) on all content on a page. To change this for the tables, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress {
        line-height: normal;
    }

    and make sure to flush/empty the cache of your CSS minification/caching plugin.

    Regards,
    Tobias

    Thread Starter pembrokellc

    (@pembrokellc)

    Thanks, Tobias. I will give a try and let you know.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sounds good! Please let me know if it doesn’t work!

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

    Thread Starter pembrokellc

    (@pembrokellc)

    Hi Tobias-

    I have a new small issue at https://pembrokeinstruments.com/ccd-camera/

    Two things:
    1) Can I center vertically to descriptive text in body of the table
    2) Can I make the text bold?
    Thanks, hope all is well with you
    Regards,
    -Leslie

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, that’s possible with CSS code. Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-20 .column-3 {
        vertical-align: middle;
        font-weight: bold;
    }

    Regards,
    Tobias

    Thread Starter pembrokellc

    (@pembrokellc)

    Hi Tobias-
    Thanks, this helped a lot; see https://pembrokeinstruments.com/ccd-camera/
    The body text is still not centered exactly. Maybe this has to do with the adjacent image? I don’t want to make the image any smaller so I can live with this unless you have a solution.

    One other thing: is it possible to add more of a grid border similar to what I could do in Excel?
    Thanks so much.
    I would like to donate again. How can I do that.
    -Leslie

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    it looks like something else is overriding the styling again.
    Can you please try

    vertical-align: middle !important;
    

    in the CSS? That should raise the priority again.
    (To be sure, please then also clear the cache of the CSS minification plugin that you are using.)

    And thanks for wanting to donate again. Please see https://tablepress.org/donate/ for that.

    Regards,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problems with New Table’ is closed to new replies.