• Resolved w8tts

    (@w8tts)


    I looked for this, and couldn’t find it. I have some large (many rows) tables, and was wondering if there is any way to move the “Edit” button from the bottom of the table to the top?

    Thanks,

    Ted

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This should be possible with this “Custom CSS”:

    .tablepress caption {
      caption-side: top !important;
    }

    Regards,
    Tobias

    Thread Starter w8tts

    (@w8tts)

    Thanks, Tobias. Worked perfectly!

    Ted

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move “Edit” button to top of table’ is closed to new replies.