Tablepress sort arrow icons are covering text
-
Hello,
I am using Tablepress version 1.8 and the issue I have is that, especially in the mobile view, the sorting arrow icons in the header are partially covering up the text in the header box. First, I am hoping to keep the arrows and perhaps padding them so they don’t block text but if this is not possible then I would like to remove the arrow visual while retaining the sorting function.
I tried some code that I found in a forum from 2 years ago (for removing the arrows) but it is not working for me here:
.dataTables_wrapper .tablepress-id-123 .sorting:after,
.dataTables_wrapper .tablepress-id-123 .sorting_asc:after,
.dataTables_wrapper .tablepress-id-123 .sorting_desc:after {
content: “”;
}https://www.ads-software.com/support/topic/tablepress-sort-arrows/
I am not overly experienced with CSS but I’m trying to learn more. Would appreciate any help you can give.
Thanks,
Megan
- The topic ‘Tablepress sort arrow icons are covering text’ is closed to new replies.