Replies

Sep 12, 2022 3 years ago
Hi, I'm
Itachi_Siller
and I'm your friend till the end. Hidey-ho!
User Avatar
Rhea Gemini

Is there a way to move all item options right above the item in the row instead of as a list in a column?

Solved by

Quote by purring

</p>
<p>here&;s the code:
/* item options page edit <em>/
a[href=&quot;/inventory.php&quot;] ~ .container .col-6 {display:flex;flex-wrap:wrap;max-width:100%;}
a[href=&quot;/inventory.php&quot;] ~ .container .row {margin:0;order:1;}
a[href=&quot;/inventory.php&quot;] ~ .container .card {width:30%;flex:1 1 auto;}
/</em> item options page edit end */

Find me on Twitch!

:dmg:dark: Wishlist! :dmg:dark:

💃💃

Seasonal Events 💋💋 💃💃 [tp=Itachi_Siller] // [egg=Itachi_Siller] // //

Nov 4, 2022 3 years ago
purring
is made of stardust
User Avatar

in what situation? where do you want this to happen?

Nov 5, 2022 3 years ago
Hi, I'm
Itachi_Siller
and I'm your friend till the end. Hidey-ho!
User Avatar
Rhea Gemini

In the inventory after clicking on an item

Find me on Twitch!

:dmg:dark: Wishlist! :dmg:dark:

💃💃

Seasonal Events 💋💋 💃💃 [tp=Itachi_Siller] // [egg=Itachi_Siller] // //

Nov 5, 2022 3 years ago
purring
is made of stardust
User Avatar

which options do you want to put there? do you just want the box with the item image/description below the other boxes?

when you're making requests like this, try to be as detailed as possible. it's hard to know what exactly you want us to help with if you're vague because i can't understand what you want. if you're not good at words, you can even make a mockup in paint of what you want it to look like and include that in the first post next time.

Nov 5, 2022 3 years ago
Hi, I'm
Itachi_Siller
and I'm your friend till the end. Hidey-ho!
User Avatar
Rhea Gemini

Find me on Twitch!

:dmg:dark: Wishlist! :dmg:dark:

💃💃

Seasonal Events 💋💋 💃💃 [tp=Itachi_Siller] // [egg=Itachi_Siller] // //

Dec 31, 2022 3 years ago
Sydney
needs more chocolate
User Avatar
Battle Warrior

You find or get a code for items in inventory, comment or ping me thanks!

Feb 3, 2023 3 years ago
purring
is made of stardust
User Avatar

sorry for losing track of this, i've been so busy with other things T_T how is this?

here's the code: /* item options page edit / a[href="/inventory.php"] ~ .container .col-6 {display:flex;flex-wrap:wrap;max-width:100%;} a[href="/inventory.php"] ~ .container .row {margin:0;order:1;} a[href="/inventory.php"] ~ .container .card {width:30%;flex:1 1 auto;} / item options page edit end */

Feb 3, 2023 3 years ago
Sydney
needs more chocolate
User Avatar
Battle Warrior

I love it, thank you so much! Where do I add this code? I tried adding to Custom CSS no luck.

Feb 3, 2023 3 years ago
purring
is made of stardust
User Avatar

custom css is the right spot! not sure why it's not working for you if you copied it exactly, i just double checked by copying it from my above post and it worked. did you add it right to the bottom of your current custom css? or it might be conflicting with your other css, does it work if you remove the rest of your css and only have my code?

Feb 3, 2023 3 years ago
Hi, I'm
Itachi_Siller
and I'm your friend till the end. Hidey-ho!
User Avatar
Rhea Gemini

OMG!!!!!!! ITS BEAUTIFULLLLL THANK YOU SO MUCH!!!!! sorry for yelling but im excited, like actual tears of joy welling up. It works wonders for me and my current CSS.

I opened a notepad and copied my current CSS and cut and pasted it in the notepad. Then I tried it first by itself to make sure it worked. Then i put everything else back in and it still worked for me. I would try this first then let us know.

Find me on Twitch!

:dmg:dark: Wishlist! :dmg:dark:

💃💃

Seasonal Events 💋💋 💃💃 [tp=Itachi_Siller] // [egg=Itachi_Siller] // //

Feb 3, 2023 3 years ago
Sydney
needs more chocolate
User Avatar
Battle Warrior

I initially added coding, to bottom of coding I already had in Custom CSS. Then I removed my other coding and saved it, then added your coding. It worked perfectly, I hope to figure this out. Because I really the functionality, and it makes things easier.

Feb 4, 2023 3 years ago
purring
is made of stardust
User Avatar

you're welcome!!! i'm glad to hear how you tested it too, good to know it works with more than my css only, lol

try this version (i just added !important to everything lol), if it doesn't work i might need to see the rest of your css to see what it's conflicting with. if that's the case, you can slap all your custom css into a pastebin and link it here! but crossing my fingers this works! /* item options page edit / a[href="/inventory.php"] ~ .container .col-6 {display:flex!important;flex-wrap:wrap!important;max-width:100%!important;} a[href="/inventory.php"] ~ .container .row {margin:0!important;order:1!important;} a[href="/inventory.php"] ~ .container .card {width:30%!important;flex:1 1 auto!important;} / item options page edit end */

Feb 4, 2023 3 years ago
Sydney
needs more chocolate
User Avatar
Battle Warrior

Okay I will give it a try right now.

Please log in to reply to this topic.