• Resolved itsnathanham

    (@itsnathanham)


    For tablepress tables that are selected to sort each column, I’d like to align the sort icon in each column to the upper right. Can you advise on how to achieve this with CSS styling? I know where to enter the styling and how to apply it globally and/or to a single table. I just don’t know the CSS to achieve the intended outcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For that, please try this:

    .tablepress .sorting:after,
    .tablepress .sorting_asc:after,
    .tablepress .sorting_desc:after {
        top: 8px;
        bottom: auto;
    }

    Regards,
    Tobias

    Thread Starter itsnathanham

    (@itsnathanham)

    Thank you Tobias.

    Plugin Author TobiasBg

    (@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 here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tablepress Column Sort Icon Alignment’ is closed to new replies.