Hi, everyone
I used the following code to reposition the text below the slideshow.
@media screen and (min-width: 750px){
.slideshow__media.banner__media.media {
position: relative !important;
}
.slideshow__text-wrapper.banner__content {
height: auto !important;
justify-content: flex-start !important;
padding: 1rem !important;
}
.slideshow__text.banner__box {
justify-content: right;
align-items: flex-start;
padding: 0;
}
.slideshow__text.banner__box * {
color: #000000 !important;
}
}
how do I change the code so that the text is centered below the image?