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!
To solve this issue you have to hire an expert. It’s totally coding issue
Bo
January 26, 2021, 8:55am
3
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:
Go to Online Store > Themes > Actions > Edit Code.
Open the theme.css.liquid file.
Scroll to the very bottom of this file and add the following code:
.hero__btn {
position: absolute;
bottom: 0;
right: 0;
left: 0; }
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
Hi @Bo
Thank you very much for your help! It worked!!
1 Like