Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Character sheet size

Hi, There is any way to change the default size of a customized character sheet? I have a part of the sheet with 4 columns and i will like that the 4th column doesnt go to the next row when sheet is open (it gets to its position when slightly increased the size of the sheet) Thanks
1564829395
Finderski
Plus
Sheet Author
Compendium Curator
The way I do this have a main div that encapsulates the entire sheet with the following CSS .sheet-maindiv { margin: 0px; padding: 0px; width: 863px; border: 1px solid black; } That div has a class called "sheet-maindiv" of course. :) That will set the sheets default size 863px wide. There could be other options (such as box-sizing ) that may help...
1564829565
Richard T.
Pro
Marketplace Creator
Sheet Author
Compendium Curator
;OOO WAIT! This css is how you change the default open size?
Thx!! :)
1564832869

Edited 1564832897
Finderski
Plus
Sheet Author
Compendium Curator
Richard T.  said: ;OOO WAIT! This css is how you change the default open size? It changes the size of the character sheet, not necessarily the window that Roll20 opens.  Not sure if that's possible or not.  But it will force the sheet to a specific size which may run of the visible screen, requiring you to expand the window to see it all.
1565027489
Richard T.
Pro
Marketplace Creator
Sheet Author
Compendium Curator
Oh, okay. got excited for a moment there.