I can’t move my slideshow button to where it needs to be!

Please help me.

I want to move my slideshow button under the text on my banner picture in my slideshow.

I cannot seem to do this at all

My website is aurathefragrance.co.Uk the password is jyotsna

@AURA20223

can you please just add this css code into your css theme file called base.css.

.slider.slider--everywhere .slider__slide {
	display: flex !important;
	justify-content: flex-end !important;
}
.banner__content.banner__content--bottom-center {
	align-items: flex-end !important;
	justify-content: flex-start !important;
}

thanks

Hi,

This doesnt work.