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
</p>/* item options page edit <em>/
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;}
/</em> item options page edit end */:dmg:dark: Wishlist! :dmg:dark:
💃💃
Seasonal Events
💋💋
💃💃
[tp=Itachi_Siller] // [egg=Itachi_Siller] // //
in what situation? where do you want this to happen?
In the inventory after clicking on an item
:dmg:dark: Wishlist! :dmg:dark:
💃💃
Seasonal Events
💋💋
💃💃
[tp=Itachi_Siller] // [egg=Itachi_Siller] // //
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.

:dmg:dark: Wishlist! :dmg:dark:
💃💃
Seasonal Events
💋💋
💃💃
[tp=Itachi_Siller] // [egg=Itachi_Siller] // //
You find or get a code for items in inventory, comment or ping me thanks!
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 */
I love it, thank you so much! Where do I add this code? I tried adding to Custom CSS no luck.
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?
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.
:dmg:dark: Wishlist! :dmg:dark:
💃💃
Seasonal Events
💋💋
💃💃
[tp=Itachi_Siller] // [egg=Itachi_Siller] // //
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.
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 */