Viewing 1 replies (of 1 total)
  • Clicking the link to your image gives “Access Denied”.

    So,sight unseen. This problem is usually caused by other plugins inserting a column in the products table, but the products table has a fixed layout. The solution is to change the table layout to auto. The browser will adjust the column widths for best fit.

    You’ll need an admin-side plugin to add css for admin pages:
    https://en-gb.wordpress.org/plugins/add-admin-css/

    The css to add is:

    /* fix some narrow columns on the admin product list page */
    .edit-php.post-type-product table {
      table-layout:auto;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘vertically layout for the products title on admin side’ is closed to new replies.