I love the module but I would like to be able to align the cells right or center. Is this possible? I don't want to do it for every column in every table.

Comments

lolandese’s picture

Issue summary: View changes
Status: Active » Fixed

With CSS, for example in Bartik to center the content of both header and content of the first column of the first table (if using a multivalue table field) in node ID=3:

article#node-3 #tablefield-0 th.col_0, article#node-3 #tablefield-0 td.col_0 {
    text-align: center;
}

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.