• Resolved sharpsagen

    (@sharpsagen)


    this is the code I’ve added to options:
    I also made 5-columns but additional show up

    .tablepress-id-N .column-1 {
    width: 200px;
    }

    .tablepress-id-N .column-2 {
    width: 200px;
    }

    .tablepress-id-N .column-3 {
    width: 600px;
    }

    .tablepress-id-N .column-4 {
    width: 500px;
    }

    .tablepress-id-N .column-5 {
    width: 150px;
    }

    .tablepress thead th,
    .tablepress tbody td {
    padding: 8px !important;
    }

    .page-id-project-list .tablepress .column-1 {
    width: 16%;
    }

    .page-id-project-list .tablepress .column-2 {
    width: 30%;
    }

    .page-id-project-list .tablepress .column-3 {
    width: 40%;
    }

    .page-id-project-list .tablepress .column-4 {
    width: 40%;
    }

    .page-id-project-list .tablepress .column-5 {
    width: 20%;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is that all those empty columns on the right side of your table also need space. So, just delete those (by clicking the checkbox below them and clicking “Selected columns: Delete” button), and everything should fit much nicer, even without CSS code.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘No matter what I do, can’t get the columns to be wider’ is closed to new replies.