Cells renderuing in TWebDbGrid

I am trying to format cells in a WebDbGrid with td {padding-left: 5px; padding-right: 5px} in css. The property elementFonf is set to efCSS. The css however doesn't effect the formatting.
Any suggestions?

image

Hi,

Maybe !important

td {padding-left: 5px !important; padding-right: 5px !important;}

Thanks a million. That does the trick!

:+1: :grinning: