column width problem
-
Hi, my table is wide and I installed DataTables FixedColumns plugin to allow scrolling.
my problem is that columns are very narrow:
https://www.searchevolution.com/gps/gps-nuvi.html
I tried fixing with specifying width in tag:
[table id=11 column_widths=”100px” datatables_fixedcolumns=”left” /]
but this doesn’t change anything.
I tried with
.tablepress-id-11 .column-1,
.tablepress-id-11 .column-2,
.tablepress-id-11 .column-3,
.tablepress-id-11 .column-4 {
width: 300px;
}didn’t work.
disabled caching too…
So, I ask help.
thanks in advance, Germain
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘column width problem’ is closed to new replies.