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!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024