Aligning the text of an Image Banner to the second image on Mobile Version

It’s always the little things that just irk you when they don’t look quite like what you have in mind, isn’t it? Anyhow, here is my new stumbling block…

Is there a way I can get the Title/Text/Button of the Image Banner to align over the second image, instead of the first, when viewing the Mobile Version?

As always, any help is greatly appreciated. This community is so amazing. There is no way I would be able to build this site with you wonderful, brilliant people :heart:

Theme: Dawn
Website: https://darklingnails.com/
Password: darkling

@hellodarkling
If you use this css it will aligned in second image like my screen shot

@media screen and (max-width: 749px) {
    .banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content { bottom:0px!important;}
}

If the solution works for you. mark the post as solved and like our solution
Thank you

1 Like

Perfect! Thank you so much!