Style Won't work on Fully kiosk browser

Hi, I put this style on a card :

 style: |
        ha-card {
           margin-top: -45px;
                 }

My issue is it working well in google chrome, Safari, but it does nothing on full kiosk browser. Does any one can help me with that ?

Thanks

It’s possibly fully kiosk doesn’t support margin-top. Check out the css page and try using just margin instead.

https://www.w3schools.com/css/css_margin.asp

Thanks but sadly it doesn’t work …