Hi, I want to ask,
I read on the forum about alignment header table captions and tried the css below, but the result is that all tables are centered.
my example has fields :
product_name | qty | price | amount.i want to make table header qty = center; price and amount = right.
how to select each field to create a style? (not all fields in, only some fields)
I’ve got the class in the css, but when I edit the ew-table-header-cell class by adding text-align:center; all header fields in the middle?
can help with the solution