Align All Items to Left on Slideshow

Topic summary

A user needed help aligning slideshow elements to match their previous banner design. Specifically, they wanted:

  • Button aligned to the left, inline with text
  • “workwear” and “orange” on the same line
  • Slogan displayed on one line

The issue was resolved through custom CSS code. The solution involved:

  1. Navigating to Shopify Admin → Online Store → Theme → Edit code
  2. Locating the theme.liquid file
  3. Inserting custom CSS markup above the </head> tag

The provided code successfully aligned all slideshow elements to the left as desired. The user confirmed the solution worked perfectly.

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

Please help me align my slideshow button to the left and make my text appear like the following image:

I want it to look exactly like this (this is my banner, but now I am using a slideshow).

It currently looks like this:

The “workwear” must be on the same line as “grange”, and the slogan must be in one line.

Also, the button must be aligned to the left, in line with the text.

Please.

Thanks in advance.

Website link: https://8ae3b9-27.myshopify.com/

@ProconMarketing ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above


Result:

If it helps you, please like and mark it as the solution.

Best Regards :blush:

Worked perfectly. Thanks, I really appreciate it!