Viewing 1 replies (of 1 total)
  • Plugin Author john ackers

    (@john-ackers)

    You have to use a stylesheet or add some additional styling to the theme style.css file. For example to set the width of the 1st and 3rd columns.

    .dbview td:nth-child(1)
    {
      width : 50px ;
    }
    
    .dbview td:nth-child(3)
    {
      width : 300px ;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Set column widths?’ is closed to new replies.