Hello,
How can I center the buttons (SHOP AND CLASSES) in the Banner in the Home Page? They changed to be left aligned I don’t know why and I can’t find how to center them.
This is the shop: https://suzanne-raffellini.myshopify.com/
password: suzanne
THANK YOU!!!
@MartaSantacana
.banner__buttons.banner__buttons--multiple {
margin: auto !important;
}
Add this code in theme.scss or theme.css or assets/section-image-banner.css file
thank you.
2 Likes
@MartaSantacana
Please add the following code at the bottom of your assets/section-image-banner.css file.
.banner__box>*+.banner__buttons--multiple {
margin: 0 auto;
}
Thanks!
@Zworthkey I just find theme.liquid, I try adding the code there but it doesn’t make any changes 
1 Like
@MartaSantacana assets/section-image-banner.css
Add in this file.
1 Like
Thank you @dmwwebartisan !!!
1 Like
@MartaSantacana
kindly Accept solution if helpful.
1 Like
@MartaSantacana
Thanks! welcome again**.**
@dmwwebartisan It worked for centering the buttons but now the text is too close to the buttons, how can I add some space? Thank you!
.banner__buttons.banner__buttons--multiple {
margin-top: 10px !important;
}
@MartaSantacana Add this code. in section-image-banner.css
2 Likes
@MartaSantacana
Remove prevoius cs code and add this code
Please add the following code at the bottom of your assets/section-image-banner.css file.
.banner__box>*+.banner__buttons--multiple {
margin: 0px auto;
padding-top: 15px;
}
@MartaSantacana
Kindly Like and Accept my solution if helpful.
Thank you.
2 Likes
This isn’t working for me. There’s no “assets/section-image-banner.css file.” Could you provide an image of exactly where the code was added?