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

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

AURA20223
Excursionist
40 0 7

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

Replies 2 (2)

Liquid_xPert_SJ
Shopify Partner
1190 130 167

@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

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
AURA20223
Excursionist
40 0 7

Hi,

 

This doesnt work.