Christophe L. said: I'm not holding my breath on this one but is it possible, to make things easier for one of my players with ABI (acquired brain injury), to get the main score in the large ability box and the modifier in the small one (on the D&D 5e character sheet)? Thanks Like this? Just did a quick edit of the sheet's css and saved it for the browser extension Stylish . BTW, it only changes how the sheet looks for the person running Stylish. Lot's of cool stuff you can do: Show Off Your Style 2: The Stylening! #5e Ability Mod Position Swap @-moz-document url-prefix("<a href="https://app.roll20.net/editor/" rel="nofollow">https://app.roll20.net/editor/</a>") { .charsheet .sheet-attr { font-size: 20px !important; font-weight: normal !important; top: 24px !important; } .charsheet .sheet-attr-mod { margin-top: -35px !important; } .charsheet .sheet-licensecontainer .sheet-container:not(.sheet-npc) .sheet-attr-container .sheet-attr-mod .sheet-finalattr { font-size: 28px !important; font-weight: bold !important; } }