• Resolved mmbone

    (@mmbone)


    Hi,

    I added Tablepress on my website and it looks great! However, can I add in the middle of the comparisons? For example, when I compare the articles and blog posts, can I add a line in the middle of these two? Also, can I add the line end to end of the table?

    Thanks

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    To add such border lines, you can use CSS code. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-1 thead th,
    .tablepress-id-1 tbody td {
      border: 1px solid #cccccc;
    }

    Regards,
    Tobias

    Thread Starter mmbone

    (@mmbone)

    Thank you so much. It worked!

    Plugin Author Tobias Bäthge

    (@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 3 replies - 1 through 3 (of 3 total)

The topic ‘Can’t separate titles’ is closed to new replies.