• Resolved nicolelauras

    (@nicolelauras)


    dear tobias and the community,
    i have activated the sort function in my table. the arrows should appear, with a little distance, after the title, e.g. “Projekt” et. and not at the end of the column. is there a way to do this?

    thanks for your help –
    nicole

    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!

    Yes, this is possible. You could e.g. add this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:

    .tablepress .sorting:after,
    .tablepress .sorting_asc:after,
    .tablepress .sorting_desc:after {
        right: auto;
        margin-left: 10px;
    }

    Regards,
    Tobias

    Thread Starter nicolelauras

    (@nicolelauras)

    hello tobias,
    thanks for the quick reply! It works perfectly!

    thanks so much 🙂
    Nicole

    • This reply was modified 2 years, 7 months ago by nicolelauras.
    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 in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘position of arrows in sort-function’ is closed to new replies.