Adjusting component position within layout container
Is it possible to adjust position of a component within the assigned columns of a layout container i.e. either centralize it or move it to the left or to the right?
To elaborate, there are two components in the first row of a 4 column layout container. Say the first one is an image component which actually takes up only about 1.5 columns. By default it's left aligned which leaves a bit of space between the image component and the other component in the top row. Is it possible to centralize the image or right align it within the 2 columns assigned to it?
On a similar note, is it possible to adjust the distance of a component in the container from the left or right edges of the view-port?
Similarly possible to specify some gap between different rows of the grid?
Thanks for any help here.