I have Iason_Mink's story completed and have gotten a nice background, but I need help fixing the pet treasure section. I want the TC to go across and have a border around each specific item. Can anyone help me with this issue?
Link to profile: Iason_Mink.
[tot=PiplupMagby34]
hopefully i'm understanding this correctly!
remove width: 80px from #pet_treasure and add this in?
.treasure_item {
border: 1px solid ;
margin: 2px;
padding: 2px;
}
#cccccc being the color you want for the border, margin being the spacing between each item, padding being the spacing between the actual item image and the border surrounding it