• Issue img : https://ibb.co/k41MG6K

    Hi there, I have a huge vertical gap between horizontal sorting product listings on the woocommerce sorting table in the backend. And should I open “Inspect console” i see this code for the UGS column :

    table.wp-list-table .column-sku {
    width: 10%;
    }

    When I change the width of teh UGS column to 3% as shown below, it works fine :

    table.wp-list-table .column-sku {
    width: 3%;
    }

    Yet, if I copy and paste it to my customize CSS as it is with “!important”, nothing changes and the issue remain.

    img : https://ibb.co/dfBD1CP

    Any help would be great, thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sorting width table layout issue’ is closed to new replies.