1. Home
  2. Knowledge Base
  3. WooCommerce Product Add-Ons Ultimate
  4. Change upload table layout
  1. Home
  2. Knowledge Base
  3. Field Types
  4. File Uploads
  5. Change upload table layout

Change upload table layout

You can adjust the widths of the columns in the upload field by using this CSS:

.dropzone .dz-preview.dz-image-preview {
table-layout: fixed;
}
.dropzone table.dz-preview td.pewc-dz-image-wrapper {
width: 20%;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
width: 60%;
}

Was this article helpful?

Related Articles