Patronus New member Apr 18, 2025 #1 Hi. Can I change these distances between these elements? If yes, how do I do it?
Patronus New member Friday at 10:21 AM #2 Solved this problem by adding code to the extra.less template - changing the width of the element. Changing margin-left/right didn't work quite as expected this code will allow to move "Messages" to the right Code: .node-stats { width: 60px; } Last edited: Friday at 10:53 AM Upvote 0 Downvote
Solved this problem by adding code to the extra.less template - changing the width of the element. Changing margin-left/right didn't work quite as expected this code will allow to move "Messages" to the right Code: .node-stats { width: 60px; }