Recent content by forforum

  1. F

    XF 2.0 width adjustment

    Update: I managed to increase it by adding this code in extra.less of the theme I am using: .message-cell.message-cell--user { flex: 0 0 200px; }
  2. F

    XF 2.0 width adjustment

    I have tried this but it doesn't change it. I noticed that the initial value of 'Message user info block width' was 120px, but on the forums, when I inspect the element it shows the width is 140px: .message-cell.message-cell--user { flex: 0 0 140px; } I'd want to change it to 200px, but I can't...
Back
Top Bottom