Re: Move the position of button on homepage banner in Debut theme

Solved

Move the position of button on homepage banner in Debut theme

sin034
Tourist
30 0 3

Hi,

1009.JPG

I want to adjust the position of button on homepage banner

I already try th way in https://community.shopify.com/c/shopify-design/how-to-adjust-button-label-position-debut-theme/m-p/1...

But it is still not working

I'm using Debut theme

https://www.obeiobei.com.tw/

Please help me, thanks~

Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 466

This is an accepted solution.

Try adding this code to the bottom of theme.scss.css

.page-width .slideshow__btn-wrapper {
  margin-top:300px;
}

 

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 3 (3)

Nick_Marketing
Shopify Partner
1487 336 466

This is an accepted solution.

Try adding this code to the bottom of theme.scss.css

.page-width .slideshow__btn-wrapper {
  margin-top:300px;
}

 

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
sin034
Tourist
30 0 3

It work!

thank you a lot!

Nick_Marketing
Shopify Partner
1487 336 466

@sin034 Great to hear!

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).