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 Apr 25, 2025 #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: Apr 25, 2025 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; }