Replies

Jun 21, 2017 8 years ago
LatinBsnDude
User Avatar

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

Jun 22, 2017 8 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

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.

Jun 22, 2017 8 years ago
LatinBsnDude
User Avatar

I didn't think to wrap my text in a div. Thanks much!

Please log in to reply to this topic.