• Great plugin. Am using it to do side-by-side comparisons on websites during the sales funneling process. The additional plugin for responsive web design works well.

    However 2 points which I hope the developer will fix to help all the non-coders out there:
    1. Enable table formatting similar to sheets or excel. Right now we have to do it with CSS coding to remove the excel grid look.

    2. Is it possible for the table text/content to be 1 to 2 sizes smaller by default, from the rest of the page body font size? Right now its a bit difficult to view and need to go into landscape mode.

    Otherwise, a superb tool to add to the arsenal!

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

    (@tobiasbg)

    Hi,

    thanks for your feedback, and sorry for the trouble.

    1. I would love to do this, but unfortunately, integrating a Visual Editor has shown to be tricky on the “Edit” screen ??

    2. The default font size is set by your theme here. TablePress doesn’t really want to influence the styling to much, so that everything looks “clean”. The CSS to set a new default font size for all tables is quite simple though:

    .tablepress th, 
    .tablepress td {
      font-size: 12px;
    }

    Regards,
    Tobias

    Thread Starter trlogga

    (@trlogga)

    Got it thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Just whats needed for a sales funnel!’ is closed to new replies.