How to move object in dashboard via template

Hey, guys. I have a problem that I can't find a solution to. This is due to the fact that I need to move my light bulb a little lower. I do not know how to do this on the go since I have not studied HTML. I suspect this is done via template. But I can do this via the console by pressing F12 and moving the container I need, but this changes the location of the object until you refresh the page. I would be grateful for any information, but it is better to show how this is done on a specific example. :grinning:
image``
i use the lamp bulb "node-red-contrib-ui-led"

[{"id":"55672409.23b66c","type":"tab","label":"Drill Visalusation","disabled":false,"info":""},{"id":"acd2333a.a1649","type":"ui_button","z":"55672409.23b66c","name":"arrow_back","group":"b9a426da.7912e8","order":2,"width":"1","height":"1","passthru":false,"label":"","tooltip":"Move to the left","color":"Black","bgcolor":"{msg.payload}","icon":"arrow_back","payload":"true","payloadType":"bool","topic":"","x":550,"y":400,"wires":[[]]},{"id":"57005ef1.9729d","type":"ui_text","z":"55672409.23b66c","group":"b9a426da.7912e8","order":1,"width":"3","height":"1","name":"","label":"Axis X","format":"","layout":"row-center","x":1210,"y":400,"wires":[]},{"id":"919d2290.5a503","type":"ui_button","z":"55672409.23b66c","name":"arrow_forward","group":"b9a426da.7912e8","order":4,"width":"1","height":"1","passthru":false,"label":"","tooltip":"Move to the left","color":"Black","bgcolor":"{msg.payload}","icon":"arrow_forward","payload":"true","payloadType":"bool","topic":"","x":560,"y":440,"wires":[[]]},{"id":"e15317f4.c018d8","type":"ui_button","z":"55672409.23b66c","name":"arrow_back_lamp","group":"b9a426da.7912e8","order":5,"width":"1","height":"1","passthru":false,"label":"MB1","tooltip":"lamp","color":"white","bgcolor":"{msg.payload}","icon":"","payload":"true","payloadType":"bool","topic":"","x":570,"y":480,"wires":[[]]},{"id":"e56bd84a.c55e58","type":"ui_button","z":"55672409.23b66c","name":"arrow_forward_lamp","group":"b9a426da.7912e8","order":7,"width":"1","height":"1","passthru":false,"label":"MB2","tooltip":"lamp","color":"white","bgcolor":"{msg.payload}","icon":"","payload":"true","payloadType":"bool","topic":"","x":580,"y":520,"wires":[[]]},{"id":"d23aa5fe.a42298","type":"ui_template","z":"55672409.23b66c","group":"727391d5.2918b","name":"Drull","order":7,"width":"0","height":"0","format":"<style id=\"dashboard_style_override\">\n    \n ui-card-panel#Drill_Visalusation_AxisZ.visible{\n        background: REd url(../Images/Drill.png); /* Цвет фона и путь к файлу */\n    color: #fff; /* Цвет текста */ \n    width: 310px;\n    height: 430px;\n    }   \n    body.nr-dashboard-theme md-content md-card{\n        background: #ffffff00;\n        color: black;\n    }\n    \n    p.label.ng-binding {\n        Font: 24px -apple-system;\n        Color:Black;\n        \n    }\n\n    #Drill_Visalusation_AxisZ_cards > md-card.nr-dashboard-template.ng-scope._md.visible    {\n        top:200px;\n    }\n    \n   \n   \n\n\n\n","storeOutMessages":true,"fwdInMessages":true,"templateScope":"local","x":1410,"y":460,"wires":[[]]},{"id":"37a23ba8.074e74","type":"ui_text","z":"55672409.23b66c","group":"727391d5.2918b","order":2,"width":"5","height":"1","name":"Drill module","label":"Drill module","format":"","layout":"row-center","x":1430,"y":400,"wires":[]},{"id":"54616cb9.238824","type":"ui_text","z":"55672409.23b66c","group":"727391d5.2918b","order":5,"width":"1","height":"1","name":"xBG5","label":"xBG5","format":"","layout":"row-center","x":1410,"y":520,"wires":[]},{"id":"d2450a05.01b818","type":"ui_led","z":"55672409.23b66c","order":4,"group":"727391d5.2918b","width":"1","height":"1","label":"","labelPlacement":"left","labelAlignment":"left","colorForValue":[{"color":"#ff0000","value":"false","valueType":"bool"},{"color":"#008000","value":"true","valueType":"bool"}],"allowColorForValueInMessage":false,"shape":"circle","showGlow":true,"name":"","x":970,"y":400,"wires":[]},{"id":"b9a426da.7912e8","type":"ui_group","z":"","name":"Axis x","tab":"9cd69244.1a31","order":1,"disp":false,"width":"3","collapse":false},{"id":"727391d5.2918b","type":"ui_group","z":"","name":"AxisZ","tab":"9cd69244.1a31","order":2,"disp":false,"width":"5","collapse":false},{"id":"9cd69244.1a31","type":"ui_tab","z":"","name":"Drill Visalusation","icon":"dashboard","disabled":false,"hidden":false}]

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.