Can I change inventory systems buttons position?

I use a UI Grid Layout to do this job, can I move the buttons position?

yes you can using LayoutOrder property the lowest order would be the first to show up and the highest would be the last that shows up and make sure you change you uigridlayout property SortOrder to layoutorder type

Well, I want to change their positions. The first button is far too left, how can I change that? Via a script? Or is there a way to do it in UI Grid Layout?

i think there is a property in uigrid layout called HorizontalAlignment or sonething and you can set it as center

btw i remember people asked about a feature to make the grid layouts to have side paddings instead of being to much to the left but we still havent got it yet

I want to move them away from each other, really. I’ve tried moving it to center and I realized my problem is the buttons being too close.

yeah there is some property called CellPadding try messing with it

Thank you so much! I was able to move the cells to the position I want, thanks!