Title: Tablepress Column Sort Icon Alignment
Last modified: September 16, 2022

---

# Tablepress Column Sort Icon Alignment

 *  Resolved [itsnathanham](https://wordpress.org/support/users/itsnathanham/)
 * (@itsnathanham)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/tablepress-column-sort-icon-alignment/)
 * 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 [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/tablepress-column-sort-icon-alignment/#post-16015360)
 * 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](https://wordpress.org/support/users/itsnathanham/)
 * (@itsnathanham)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/tablepress-column-sort-icon-alignment/#post-16018036)
 * Thank you Tobias.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/tablepress-column-sort-icon-alignment/#post-16018102)
 * 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](https://wordpress.org/support/plugin/tablepress/reviews/#new-post)
   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.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/tablepress-column-sort-icon-alignment/#post-16018102)
 * Status: resolved