Help Moving Location of Button on Debut Template Slideshow

Hi all.

Hoping one of you Shopify coding experts can help me. I need to move the location of the button to below the text in the slideshow. The image below shows where it currently is and where I need to move it to. This is one of the 4 slides, the issue appears on each of them.

My website is amazighcollective.com.

Thank you so much in advance, I’ve been trying to resolve this for hours now.

@TMartinez_1

Sorry you are facing this issue, it would be my pleasure to help you.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.slideshow__text-wrap--desktop .slideshow__text-content .page-width {
    padding: 0;
}
.slideshow__text-wrap--desktop .slideshow__text-content {
top: 70%;
text-align: left !important;
}

@KetanKumar thank you so much! I appreciate you sharing your knowledge to help me out!