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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is actually the default styling that comes with TablePress. However, some themes ship with their own table styling so that you would not get this one.
    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 cloudduster

    (@cloudduster)

    Hi

    I use your plugin very extensively but heres a page

    http://www.webbline.com/nursing-homes/

    Thanks

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks! This is actually caused by some “Custom CSS” that you have for TablePress already.

    The first block currently is

    .tablepress tbody td{
      border: 1px solid #DDDDDD;
      font-size: 14px;
      line-height: 21px;
    }

    Just change that to e.g.

    .tablepress tbody td{
      font-size: 14px;
      line-height: 24px;
    }

    and the borders will be gone and the rows will be higher.

    Regards,
    Tobias

    Thread Starter cloudduster

    (@cloudduster)

    you’re awesome as always. thank you.

    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!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to make the table look like this?’ is closed to new replies.