Hello,
I am trying to switch the button size on my homepage that allows customers to shop. I am using the Craft theme and my website URL is:
Thank you for anyone who can help!
Hello,
I am trying to switch the button size on my homepage that allows customers to shop. I am using the Craft theme and my website URL is:
Thank you for anyone who can help!
Yes, I would like to change the size of that and move it down to the bottom of the picture.
Please add below css in bottom of assets/base.css file
.banner__box {
display: flex;
justify-content: center;
align-items: flex-end;
height: 100%;
}
.banner__buttons .button {
padding: 2rem 4rem ;
}
Thank you.
yes, please try this code
.banner__content.banner__content--middle-center {align-items: flex-end;}
@JAGJewelry , do this to fix it in 20 seconds:
[class] .banner__content{
align-items: flex-end;
}
Kind regards,
Diego