Need help changing placement of button on slideshow; Enterprise Theme

Topic summary

A user needs to reposition a button on a slideshow in the Enterprise theme by Clean Canvas. The goal is to center the button below the text “words from the heart.”

Current Status:

  • User has seen similar solutions but cannot implement them for this specific theme
  • Screenshots provided showing the slideshow layout and theme asset files
  • User is unsure which file to modify

Solution Provided:

  • Another participant offered custom code to achieve the desired positioning
  • Instructions include:
    1. Navigate to ‘Edit Code’ in theme settings
    2. Search for a specific file (appears to be theme.liquid based on partial text)
    3. Paste provided code below the <head> tag
  • The code values can be adjusted as needed

Note: The discussion appears incomplete, as the full code snippet and detailed instructions are partially obscured or cut off in the conversation text.

Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

I’ve seen this question answered before, but can’t find a way to implement using my theme, Enterprise by Clean Canvas. Can somebody help me figure out how to move the button on this slideshow to be centered below the text “words from the heart” on this slideshow?

I’ve also attached a breakdown of the files under assets --I’m assuming I’ll need to customize one of these files, just not sure which one or how.

Sure thing, printsbymichell.com

Hi,

The following code will do what you want. You can change the values as you like. If you encounter any issues again, feel free to write, I’ll help.

  1. Navigate to the ‘Edit Code’ option in your theme settings, then search for ‘theme.liquid’ in the search bar.

  2. Paste the following code below the ‘’ tag. Please refer to the attached screenshot for guidance.


Terence