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

Using a fieldset in a custom character sheet, how can I move the position of the "+Add" and "Modify" buttons

1633432336

Edited 1633434971
Hi all, So I've been working on a custom character sheet which is going fairly well but I've hit a brick wall. Specifically, I have a repeating fieldset used for character feats but the buttons used to modify this sticks out at the side of the container making it look a bit stupid: Here's the HTML I have for it: And the css that styles the wrapper of this fieldset. Any advice on how to change this? I imagine because I use "display: flex" on the wrapper that the buttons can be placed beneath the fieldset. Just not sure how. Thanks!
1633447706

Edited 1633447755
Andreas J.
Forum Champion
Sheet Author
Translator
Repeating sections are a bit tricky to style, you need to do a bit more: <a href="https://wiki.roll20.net/Repeating_Sections#Styling_Repeating_Sections" rel="nofollow">https://wiki.roll20.net/Repeating_Sections#Styling_Repeating_Sections</a> example on how to edit styling/position of the add &amp; modify buttons: cepheus-atom/sheet.css#L350