• Resolved untalbob

    (@untalbob)


    Hello,

    I currently have this site:

    https://contacto.skyadventures.travel/

    The table im using is tablepress and I love everything about it, great plugin, specially the search box option, I stylized it and I am really loving it…

    I was wondering if that search box could be placed separate from the search box?

    Meaning I want it to add it to the beginning of the page as a header (the first thing users see) then have some description text of the website what is the table for etc etc etc. and then have the actual table…

    How can I separate the search box from the table?

    Thank you for all your help..

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    I see what you mean, but this is not totally trivial. Your best chance might be to use some CSS code to position the search box relatively. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #tablepress-DI_filter {
        position: absolute;
        top: -95px;
    }
    

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Separating the search box from table’ is closed to new replies.