How can I move the CTA button on my slideshow?

Topic summary

A user needs help repositioning a call-to-action (CTA) button within their Shopify slideshow theme.

Initial Request:

  • Wants to relocate the CTA button on their slideshow
  • Included a screenshot showing the current button placement

Solution Provided:

  • Another user offered CSS code to be added via: Online Store > Themes > Edit code > Assets > custom.css or theme.css
  • The code targets .slideshow__text-wrap.desktop .slideshow__text-content with text alignment and positioning adjustments

Follow-up:

  • Original poster asks if the button can be pushed further to the right
  • Discussion remains open, awaiting additional guidance on fine-tuning the positioning
Summarized with AI on November 23. AI used: claude-sonnet-4-5-20250929.

Hi guys,

I need to relocate CTA button on slide show.

Thank you

allianceautoproducts.com

Hi @Alliance ,

Add this CSS code Online Store > Themes > Edit code > Assets > custom.css or theme.css

.slideshow__text-wrap--desktop .slideshow__text-content {
  top:90%; text-align: right !important;
}

Hi,

Can we push it more to the right