Replies

Jul 18, 2017 8 years ago
jensen
rolled snake eyes
User Avatar
RM

this is for halidom, this is what i have now: {width:910px; height:790px; overflow:auto; padding:0px;} treasure_img {margin:0px;} .treasure_item {margin:0px;}i'd like to remove the space between items so the maps are all one piece, but i can't figure out how to do that beyond removing the right/left margins o:

[edit] for anyone with the same problem, you want {padding:0px;} .treasure_item {margin-bottom:-2px!important}

oh sacred spork, smite mine enemies

Jul 18, 2017 8 years ago
Thespian
is a bad egg
User Avatar
Rentaro

maybe this'll work? o:

.treasure_item {padding: 0px;}

you could also try padding-bottom or padding-top

personal site || art by me

Jul 18, 2017 8 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

try this: .treasure_item {margin-bottom: -2px!important}

Jul 18, 2017 8 years ago
jensen
rolled snake eyes
User Avatar
RM

ah, i tried padding:0px; last night but it didn't work x: thank you for the suggestion though ;w;

that worked! thank you so much ;o;

oh sacred spork, smite mine enemies

Please log in to reply to this topic.