Align All Items to Left on Slideshow

Solved

Align All Items to Left on Slideshow

ProconMarketing
Tourist
47 0 7

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

Screenshot 2024-10-24 at 17.24.33.png

 

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

 

It currently looks like this: 

Screenshot 2024-10-24 at 17.28.58.png

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/

 

 

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1954 562 561

This is an accepted solution.

@ProconMarketing,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

<style>
.slideshow__text.banner__box {
  max-width: 68.5rem!important;
}
</style>

Result:

BSSCommerceB2B_0-1729785861827.png

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

Best Regards 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 2 (2)

BSSCommerce-B2B
Shopify Partner
1954 562 561

This is an accepted solution.

@ProconMarketing,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

<style>
.slideshow__text.banner__box {
  max-width: 68.5rem!important;
}
</style>

Result:

BSSCommerceB2B_0-1729785861827.png

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

Best Regards 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

ProconMarketing
Tourist
47 0 7

Worked perfectly. Thanks, I really appreciate it!