UiListLayout making my UI item stick to the top left with no offset at all

Hello, I need help with UiGridLayouts, UiListLayouts etc. So I am making a UI where it would be good to use a grid layout or list layout. But the list layout and grid layout weirdly stick to the top left of my UI and I can’t move it.

The sword is currently using a UiListLayout and the pickaxe isn’t. I want the sword to be in the same position as the pickaxe but then using a UiListLayout.
image

I’ve had this problem for a very long time but now I decided to make a DevForum post because I couldn’t find the answer anywhere.
I hope I explained it well. Thanks in advance.

Edit: I don’t mean the HorizontalAlignment and VerticalAlignment.

Maybe put a frame inside of the current one and then put the items inside that.

And put that frame to the offset you want.

But surely this would work?

Ye I figured that, I just wanted to know if there was like a property that you could change or something.