• Resolved Kennyd4110

    (@kennyd4110)


    I lost the grid view, or horizontal/vertical lines separating each row with this latest update, my band schedule looks like a jumbled mess now. How can I get this back please?

    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.

    It looks like your theme is removing the border lines (by setting a 0 pixel border). To again add the default TablePress horizontal border lines, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress tbody td {
        border-top: 1px solid #cccccc;
    }

    Regards,
    Tobias

    Thread Starter Kennyd4110

    (@kennyd4110)

    Thanks Tobias, that worked perfectly!

    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 ‘Lost “grid” view with latest update’ is closed to new replies.