XF 2.3 distances between elements

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:
Back
Top Bottom