CSS: I'd also like to fix the width for 'Maklumat Tambahan' when published.

  • jjormasnizar
    Asked on September 11, 2019 at 4:45 AM
    I'd also like to fix the width for 'Maklumat Tambahan' when published. Currently, if published, the width will become smaller.
  • Victoria_K
    Replied on September 11, 2019 at 4:52 AM

    For Maklumat Tambahan column, I can suggest the following layout:

    CSS: Id also like to fix the width for Maklumat Tambahan when published Screenshot 20

    Code added: 

    #cid_94 > table > tbody > tr:nth-child(1) > th.form-matrix-column-headers.form-matrix-column_1 {

      width: 40%;

    }

    How-to-Inject-Custom-CSS-Codes

    Will this work for you?