Replies

Sep 28, 2015 10 years ago
Poet
is forever on a quest for more pets
User Avatar

In other words, splitting it through the middle with an image banner, or something like that? One of my pets is two people and I'd like to be able to make a split in the treasure to show both sides of the character. Is that possible?

Sep 28, 2015 10 years ago
Absol
is a force to be reckoned with
User Avatar

I did it with Llathali by setting the right margin on .treasure_item really high. Then I used separate divs to give the two columns their own backgrounds.

If you wanted more items per row in each column, or wanted to split it horizontally instead of vertically, you'd probably have to set margins on specific treasure items instead.

Sep 28, 2015 10 years ago
Poet
is forever on a quest for more pets
User Avatar

Ah, thanks. I want to split it horizontally. How do I set margins on specific treasure items?

Sep 28, 2015 10 years ago
Absol
is a force to be reckoned with
User Avatar

Each position in a pet's treasure gets a numerical id (treasure_1, treasure_2, etc.)

So using Solaina as an example, I just increased the top margin on all the items in the third row (items 11-15) like this: , , , , {margin-top:100px;}

Sep 28, 2015 10 years ago
Poet
is forever on a quest for more pets
User Avatar

Thanks so much!

Sep 28, 2015 10 years ago
Absol
is a force to be reckoned with
User Avatar

No problem! ^^

Please log in to reply to this topic.