Moving button collection list Pipeline theme

Hi All,

I would like to move the buttons on my collection list to the bottom of the image. Can you please help?

1 Like

Hi @Tony1992 ,

Can you share the URL of your store? I need to take a look at the store before I can offer any solution. Thanks

Hi @Tony1992 ,

Go to Assets > theme.css and paste this at the bottom of the file:

.homepage-collection-grid .collection-grid-item .hero__content__wrapper{
	align-items: flex-end !important;
}

Hope it helps!