• I am using wp-table reloaded for this website:

    https://adip.two53.com/agenda/

    I’d like to move the data filter which now appears on the top left corner to the top right corner. How do I do that? I am sure I have to work on the php files or css styles but I’ve been browsing them for quite a while and didn’t manage to change it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    that should be possible with a small piece of CSS code.
    Please try pasting the following snippet into the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded:

    #wp-table-reloaded-id-1-no-1_filter {
      float: right;
    }

    Regards,
    Tobias

    Thread Starter cclimente

    (@cclimente)

    You rock! Thanks for the quick answer!

    Hi,

    no problem, you are very welcome!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[plugin wp-table reloaded] Moving the data filter to the right’ is closed to new replies.