Thread Starter
gidil
(@gidil)
WORKED LIKE A CHARM !
great plugin with great author 😀
thank you very much ,
nb: i change width with 1% and i got what i want 😀
.tablepress-id-1 .column-1 {
width: 1% !important;
}
.tablepress-id-1 .column-2 {
width: 80% !important;
}
again, thank you very much !
Thread Starter
gidil
(@gidil)
Obias thx for your fast response
I’m sorry I use this on localhost using wamp
Btw, if I use more than 2 columns ,both firefox and chrome work fine
Just if 2 coloumn on firefox give large width coloumn
Regards
Thread Starter
gidil
(@gidil)
by the way i try this one :
.tablepress-id-1 .column-1 {
width: 100px;
}
this work for make width larger on chrome , but on firefox make it tooo larger again,
thx