TIWADvWebGrid header text not aligned

Hi, we have a problem with the TAdvWebGrid header. The columns are set to wtPercent, but header captions are not properly aligned (shifted to the right).
There was a solution presented for that a while ago with setting the column width to wtAbsolute and enlarging the column widths but this does not help here.
Which settings are necessary to get the alignment of the header texts in order?
Regards,
Hans

Are you referring to the column header cell? What kind of alignment? What percentage? What total width? ...
You can set the alignment via:
grid.Columns[x].Title := '

title

';
You can add extra CSS to this

element for finer control.