Replies

Oct 9, 2017 8 years ago
The Trading Card Collector
FaerieIshee
User Avatar
Gherni

So, I'm back from hiatus and all of the pet profiles I used years ago were wonky and my tastes have changed a bit. I've been tooling around in frustration, trying to find ones I liked or cobble together enough coding skills to do so- I finally found a profile that pretty much nailed what I wanted (with a few easy to do modifications, anyway) and seemed okay with mods as long as credit was left (which I have done)...

However, there are a few things I'd like to change up that I can't quite figure out. I thought I'd ask here in case anyone had any suggestions?

Kaidonovsky is modeling the profile in question~

1 - Is it possible to move the minion display? I'd very much like it to be positioned under the "Owner: Faerieishee" bit... 2 - Is it possible to change the number of treasure items per row? I'd very much like to customize that- I intend to use this across the board for the moment with my pets, and the number will vary pet to pet, but ideally I'd like to make it 9-ish per row?

I thiiink those are my only questions.

I did work out how to hide the minion entirely, which was fine, as I figured I'd toss an image with no explanation (or name it or something) in the description, but doing so shifted the pet image so that it was on longer centered, and I couldn't work out how to keep it centered... so that didn't work out for me. :(

Any advice and help is greatly appreciated!

Oct 9, 2017 8 years ago
jensen
rolled snake eyes
User Avatar
RM

do you want something like this? i added position:relative; top:375px; left:250px;to column_1 (pet minion) and increased padding-top in pet_desc to compensate/push the rest down. this is... inelegant, but functional. hopefully someone will roll in with a better way to do it p:

pet_treasure is easier -- try something like this {width:90%; margin:auto;}

oh sacred spork, smite mine enemies

Oct 9, 2017 8 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

you can change the position of the minion with the following: {position: relative; top: YYpx; left: XXpx} and you can change the width of the pet treasure to adjust how many items show in a row; to keep it centered, you'll also want to scooch it a little to the left. to get 9 items per row, i'd suggest the following: {position: relative; left: 38px; width: 630px}

Oct 9, 2017 8 years ago
The Trading Card Collector
FaerieIshee
User Avatar
Gherni

Yes! Thank you!

Thank you~!

I'm going to go fiddle around with these and see if I can get either to work- I used to be able to muddle through coding, but haven't done so in years, so it's largely like trying to read German or something, where I know a few words here and there but overall it's completely out of my depth.

Oct 9, 2017 8 years ago
jensen
rolled snake eyes
User Avatar
RM

np, happy to help. and to be honest, i use the margins to push things around a lot (i am lazy) but using more precise positioning like brought up is probably best when it comes to moving the description and the treasure down after you move the minion o:

oh sacred spork, smite mine enemies

Oct 9, 2017 8 years ago
The Trading Card Collector
FaerieIshee
User Avatar
Gherni

The minion thing worked great! I tried your response first, since it was the first I came to, and it's pretty much exactly what I wanted! I tweaked the padding (?) a little bit, blah blah, but that was exactly what I was needing, haha.

I did end up going with Frenchi's help on the treasure, just in that it centered up pretty handily as she handed it over and my brain just isn't wrapping around this stuff, haha.

Seriously, thank you SO much! I fooled around with this for what seems like ages before I realized I should just ask and see if someone had a handy solution, haha.

Oct 9, 2017 8 years ago
jensen
rolled snake eyes
User Avatar
RM

i'm glad everything worked out, the lieutenant is looking great 8)

oh sacred spork, smite mine enemies

Please log in to reply to this topic.