Hello
Is it possible to decide for the column width when using Table from Enfold Content Elements?
Thanks
Abedi
Hey abedia!
I’m sorry but what do you mean by “decide for the column width”? You can insert the table element inside the column layouts. Please post a screenshot of what you’re trying to do.
Best regards,
Ismael
See this page: http://www.kitm.se/sv/tables/
I want both tables with predefined column widths so that both of them have same column widths even if there is another objects (in this case “Special Heading”) between two tables. I want of course to use “Avia Layout Builder” and “Table” from “Content Elements”.
Regards
Abedi
Hi!
I see. You can define the max and min width of the table columns using this on Quick CSS or custom.css:
td, tr, th {
max-width: 100px;
min-width: 100px;
}
Regards,
Ismael
OK, but now I have fixed column widths for all tables I create. Is it possible to define column width for each table individually and still using advanced layout builder?
Hey!
Sorry that is not possible with the table elements. You might need to find an extensive table plugin or hire a freelance developer to add that feature. For further customization, please visit Werkpress.
Best regards,
Ismael
Sweet! I had the same problem and that worked like a charm.
Thanks Ismael!