• Resolved duchu

    (@duchu)


    Hello

    Right know im working with site that use yours plugin, which is great. But i have problem with moving search box above table. Theme used on website is Divi. Tell me if it’s possible to put search box in row above table ?

    I need to look somethig like on this picture

    https://cl.ly/0b223W1d002B
    https://www.ads-software.com/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For this, you will have to use CSS code, e.g.

    #tablepress-123_filter {
      position: absolute;
      top: 40px
      left: 50%;
    }

    or something like that (with the correct table ID and CSS).

    I suggest to use the Developer Tools of your browser to play with the precise CSS values.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Move search box above’ is closed to new replies.