Tableau - Question | JoomShaper

Tableau

F

François GUENIOT

SP Page Builder 3 years ago

Hello, how to enlarge the width of a column in a table

0
3 Answers
F
François GUENIOT
Accepted Answer
3 years ago #14491

Merci pour tout

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #14488

Hello François GUENIOT

You need to use Custom CSS for this. For example, please use this CSS to Template Options -> Custom Code -> Custom CSS

.sppb-addon-table-main tr td:nth-child(even){
  width: 100px;
}

This will set the width 100px of all even columns. For odd columns, use odd instead of even. You can also use it for any specific columns by calling the column number.

Best regards

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #14496

You are welcome.

0