• I was noticing a display issue with the column in the products list. I looked into it and manually changed this line:

    table.wp-list-table .column-qty_in_carts {
    width: 22%;
    }

    Changed to:

    table.wp-list-table .column-qty_in_carts {
    width: auto;
    }
  • The topic ‘Backend Products Column Display Error’ is closed to new replies.