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

October 05 (3 years ago)

Edited October 05 (3 years ago)

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!

October 05 (3 years ago)

Edited October 05 (3 years ago)
Andreas J.
Forum Champion
Sheet Author
Translator

Repeating sections are a bit tricky to style, you need to do a bit more: