Hey guys! I was hoping for help with two small problems.
One is actually incredibly easy and I'm embarrassed to ask, but I've forgotten how to put my pet's names centered underneath their custom icons on my profile, while leaving the icons side by side like they are currently and not stacked vertically. I used to have it this way and I just cannot remember how I did it.
The other problem I noticed is that the mail/friend/wish buttons on my user profile are slightly misaligned, and they align correctly when they're hovered over? They didn't used to be like that so I assumed it was a change on the site that at some point has caused this to go funky.
Let me know if I ought to post some of my profile code here if it would help! And thank you to anyone who can help me with this! (ALSO, please excuse my avatar! I tried to use the new wardrobe and no matter what I do I can't get my skin to show up.)
I had the same issue with the wardrobe a while ago, so I feel your pain.
I'm not really sure about the pet names thing. I think you'd either just give them whatever code you used for the image alignment or you could always try to make a table.
The mail/friend/wish buttons actually look aligned to me, both when they're hover over and when they're not. The only change when I hover is that they change to look like they're pressed but that's the only thing.
for centering elements try:
or css:
text-align:center
css for images: margin: 0 auto; or margin-left:auto; margin-right:auto;
for aligning elements to be horizontal try:
display:inline-block;
or if you must:
float:left;
I remember Kyu's profiles for a whiiiiiile back in here, I knew nothing about profiles that time and I love her profiles A LOT. Your look gorgeous :)
So, about pet names, I think fire's suggestions must work. About your buttons, the problem is position, it's not in the perfect place. Try changing it's left value to 155px and it's top value to 907px.
[flower=paula]