Bottom align the impulse promo grid boxes

https://the-gift-studio-au.myshopify.com/

pw: opiegu

I want to move the white boxes inside the 2 PROMO BOXES from center aligned to bottom aligned. Any ideas?

@modernmaven

.promo-grid__content--boxed {
    background: #ffffff8c !important;
}
.promo-grid__content--framed.promo-grid__content--boxed{
  background: #ffffff8c !important;
}

Try to make box transparent with this following code.
add this code in the theme.css file.

.vertical-center .promo-grid__content {align-self: end !important;}

@modernmaven

add this code at the end of theme.css file

.vertical-center .promo-grid__content {align-self: end !important;}

That didn’t work :disappointed_face:

@modernmaven

try out another one solution

Its working
.promo-grid__content {align-self: end !important;}

@modernmaven

.vertical-center .promo-grid__content {
    align-self: end !important;
}

Try this code to add it below.

I added this to theme.css and it’s not showing any change at my end:

.vertical-center .promo-grid__content {align-self: end !important;}

don’t remove the code let me check

I didn’t see your code there. Go to assets → theme.css file press control + f and paste this in the search bar .promo-grid__content you will see

align-self: center;

just change the center to end

What a superstar!!! THANK YOU A MILLION TIMES.

mark my solution accepted if it works for you

How would I move this Title and button section under the picture (not in the picture)?