Replies

Feb 26, 2015 11 years ago
booze
gets around
User Avatar

Rhum

The story isn't very long or strong, but I wanted to keep it simple. I've tested the coding on all my browsers and it seems to fit well, the main text might need a little more padding, but how does it look on your computer?

Feb 26, 2015 11 years ago
Balloon
is full of hot air
User Avatar
Vulcanusmon

Aww she is adorable, and I love her story! I didn't see anything that needed fixing on the profile, and I only found one typo (I think) in the story, near the end:

With all the booze you've consumed, you think you might remember anything in the morning.

Did you mean to say "you think you might NOT remember anything"?

[edit] Oh, and I missed the part about the padding. Yeah, I think a little more around the sides of the main text and treasure would look better, although it's still okay as it is. And maybe a little padding under the TC?

[flower=balloon] Balloon Land Gallery

Feb 26, 2015 11 years ago
booze
gets around
User Avatar

No matter why I try I can't get padding to go below the TC, it keeps going IN the tc, not below it. :(

Feb 26, 2015 11 years ago
Balloon
is full of hot air
User Avatar
Vulcanusmon

Hmm, I looked at the source code and tried to figure it out. I'm not positive this will work, but you might try this.

Change this line {position:relative;top:400px;left:-15px;}

to {position:relative;top:400px;left:-15px;padding-bottom:25px;}

EDIT: ...unless you already tried that of course.

[flower=balloon] Balloon Land Gallery

Feb 26, 2015 11 years ago
booze
gets around
User Avatar

I did try that already, I've left it up on the profile. It doesn't do anything. :(

Feb 26, 2015 11 years ago
Yoshi
don't want no scrubs
User Avatar
Prince

What you want to do is add a margin to the bottom of your TC, not padding. Padding goes inside of a named div, while margins go on the outside. Add this to the part of your coding and tweak it to your liking.

margin-bottom: 25px;

The best way to be happy with someone is to be happy alone. That way, company is a matter of choice and not a necessity.

Forum art by me

Feb 26, 2015 11 years ago
booze
gets around
User Avatar

Thank you so much!! That's exactly what it needed.

Please log in to reply to this topic.