Solved

How to reposition Shop Now button on the home page banner?

sindhuthomas
Excursionist
23 0 9

Hello.

I would like to know how to reposition the SHOP NOW button on the home page banner. I am using the Debut Theme. Currently, it is right in the middle of the banner which spoils the look of the image. Please find below my website link 

www.lafleur.ae

 

Also, will it be the same on all devices like desktop, laptops, mobiles, etc or do we have to make separate changes for each type of device?

 

Thank you in advance!

Accepted Solution (1)

Bo
Shopify Staff (Retired)
1793 196 467

This is an accepted solution.

Hey there, @sindhuthomas 

 

Bo here from Shopify Support! 

 

This can be achieved through some custom coding. I have made a mockup of what it will look like: 

 

Steps:

1. Go to Online Store > Themes > Actions > Edit Code. 

2. Open the theme.css.liquid file.

3. Scroll to the very bottom of this file and add the following code:

.hero__btn {
position: absolute;
  bottom:   0;
right: 0;
left: 0; }

4. Click Save.

 

Let me know how this goes and if there is anything else I can assist you with, I'm happy to help!

 

All the Best,

Bo 

To learn more visit the Shopify Help Center or the Community Blog.

View solution in original post

Replies 3 (3)

solverStaff
Shopify Expert
359 40 69

 To solve this issue you have to hire an expert. It's totally coding issue

If my reply helpful then please Like to let me know!
If my answered is right according to your question, Mark it as an Accepted Solution.
Facing more issues ? Hire me For Quick Chat: Say hello in WhatsApp : +8801761469797

Bo
Shopify Staff (Retired)
1793 196 467

This is an accepted solution.

Hey there, @sindhuthomas 

 

Bo here from Shopify Support! 

 

This can be achieved through some custom coding. I have made a mockup of what it will look like: 

 

Steps:

1. Go to Online Store > Themes > Actions > Edit Code. 

2. Open the theme.css.liquid file.

3. Scroll to the very bottom of this file and add the following code:

.hero__btn {
position: absolute;
  bottom:   0;
right: 0;
left: 0; }

4. Click Save.

 

Let me know how this goes and if there is anything else I can assist you with, I'm happy to help!

 

All the Best,

Bo 

To learn more visit the Shopify Help Center or the Community Blog.

sindhuthomas
Excursionist
23 0 9
Hi @Bo
Thank you very much for your help! It worked!!