Shopify themes, liquid, logos, and UX
How do I center buttons in an image banner for desktop and mobile, so that they are in the center of their perspective image. Do not like the they way ther are sitting in their inner corner, center of page.
Website: cheercollection.com
Hi @david258
On which page can I find this banner?
It's on the main page. It was in testing mode, but I just lanunched so you can see.
Thanks for the info, try this one.
.banner__box.content-container {
max-width: 100%;
width: 100%;
}
.banner__content.banner__content--middle-center {
max-width: 100%;
}
.banner__buttons.banner__buttons--multiple {
display: flex;
justify-content: space-around;
max-width: 100%;
width: 100%;
}
.banner--content-align-center .banner__buttons--multiple>* {
flex-grow: unset !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Much better but still not centered over image, please review.
Yes, I see it, PLease, replace on this one.
.banner__box.content-container {
max-width: 100% !important;
width: 100%;
}
.banner__buttons.banner__buttons--multiple {
display: flex;
justify-content: space-around;
max-width: 100%;
width: 100%;
}
.banner__content.banner__content--middle-center {
max-width: 100%;
}
.banner--content-align-center .banner__buttons--multiple>* {
flex-grow: unset !important;
}
And Save.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025