Odd UIGridLayout spacing/padding

Hi all. I am currently in progress of making a Shop UI for my game, and there are multiple items in one section of the shop, and therefore I use a UIGridLayout to make my life easier.

Though, I have stumbled upon something odd. When I would change to a smaller screen size, the UIGridLayout would put very noticeable ‘spaces’ in between each row of the shop’s items to buy.

I can’t seem to figure out what could be the problem could be as I have looked through some forum posts regarding ‘weird’ spacing with a UIGridLayout. It seems like it would be a simple fix, but I am not sure.

Here is a view of the hierarchy:

(The ‘Seats’ folder is regarding the Seats Section for the shop).

image

UIGridLayout:
image

UIPadding:
image

The UIAspectRatioConstraint is 1.06 if needed for any reason.

Any help is appreciated.