bshepp
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!!!
hi can you please share the store URL so I can give you exact code to lower the button on banner with CSS. @bshepp
bshepp
3
go to preferences and provide password to view the store! @bshepp
bshepp
5
Hey! Sorry about that! I forgot it still had the password.
Password to access site: -
Thanks!
Go to edit theme then in theme.scss.liquid in assets paste this code at the bottom and save
.slides__btn {
margin-bottom: -213px;
}
bshepp
7
BEAUTIFUL! Thanks so much!!