Solved

HELP!! Editing the location of the button on banner

bshepp
Tourist
5 0 1

Hey Guys!   I am in the process of designing my first shopify store.

On my homepage, I have a banner and the call to action button is centered, but I want to lower the button below text on my banner image

My theme is Simple.. I have reviewed other responses and have tried the code suggestions, but I can never mind the code they mention. 

 

Help!!!

Accepted Solution (1)

Ecommpremium
Shopify Partner
512 43 93

This is an accepted solution.

Go to edit theme then in theme.scss.liquid in assets paste this code at the bottom and save 

.slides__btn {
    margin-bottom: -213px;
}

 

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website

View solution in original post

Replies 6 (6)

Ecommpremium
Shopify Partner
512 43 93

hi can you please share the store URL so I can give you exact code to lower the button on banner with CSS. @bshepp 

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
bshepp
Tourist
5 0 1
Thanks for the help! www.sugarhousecandleco.com (or do you need the shopify one)
[http://cdn.shopify.com/s/files/1/0603/9886/2551/files/SHCC_Logo_-_V1_1_1200x1200.png?v=1635992778]
Sugarhouse Candle Company
Sugarhouse Candle Company
www.sugarhousecandleco.com

Ecommpremium
Shopify Partner
512 43 93

go to preferences and provide password to view the store! @bshepp 

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
bshepp
Tourist
5 0 1

Hey!  Sorry about that! I forgot it still had the password. 

 

Password to access site:  -

 

Thanks!

Ecommpremium
Shopify Partner
512 43 93

This is an accepted solution.

Go to edit theme then in theme.scss.liquid in assets paste this code at the bottom and save 

.slides__btn {
    margin-bottom: -213px;
}

 

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
bshepp
Tourist
5 0 1

BEAUTIFUL! Thanks so much!!