How do I create different column width in a table?
Hey VSS-hemsida,
It is possible to change the width of the table columns using css but we won’t be able to know if it will work on every cases. Use this on Quick CSS or custom.css:
tr, td {
width: width you need in percentage;
}
It is much better to create your own table if you want flexibility and control over the appearance of the object.
Best regards,
Jordan Shannon