Remove header arrow spacing

Hi,

When working with cells in a layout, how can I remove the arrow in the header. When I hide them it still holds a space where the arrow should be. I’m trying to right align some text and I want it to be right against the right side.

Thanks,
Max

Hi

please try the following

[code].dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout div.dhx_cell_hdr div.dhxlayout_arrow {
display: none;
}

.dhxlayout_base_dhx_skyblue .dhxlayout_cont div.dhx_cell_layout div.dhx_cell_hdr div.dhx_cell_hdr_text {
margin-right: 5px;
}[/code]