Stacked three images

I am trying to create a container with three rows of images that are side by side. They are currently stacked how can i get time side by side on one row

1 Like

How many columns in your container?
On desktop, it should work if you use a 3 column container.
On mobile, you would need to use CSS.

1 Like

three columns its for the desktop

1 Like

Glide is responsive, so if the screen is too narrow the columns will automatically stack. What happens if you increase the size of the layout window?

1 Like

the image i sent was the desktop view

1 Like

Yes, but it looks very narrow. Like I said, even on desktop if the window width is too narrow the container columns will stack.

2 Likes