I really would like space between the end of my profile text and the text container. I have 10px padding applied to the text container but alas, it's not rendering at the end of the text. I would wrap the text in a list but apparently that is unsupported BBCode on Subeta. I'm newish to HTML, which is why I'm not finding the solution on my own so easily. 😅 Please help me brainstorm solutions for this! <3
Wrap all of your text in a div. Then give it a class. Then you can give the PARENT element some padding and a border, and let the text (in your new div) just be inside it.
Right now you don't have a container, the border and padding are attached to the content. Changing that will stop the text from running up against the edge when you scroll.
Also here's the sCode Reference page.