For mobile, you can adjust your CSS using a media query for smaller screens. Try this:
@media only screen and (max-width: 748px) {
.banner__buttons.banner__buttons--multiple {
justify-content: center !important;
gap: 10px !important; /* Adjust as needed */
flex-wrap: wrap !important; /* Allows buttons to stay responsive */
}
}
Moving “New Arrivals” Text Higher on Desktop:
You can adjust the margin or positioning of the “New Arrivals” text. Try:
@media only screen and (min-width: 749px) {
.new-arrivals-title {
margin-top: -20px !important; /* Adjust the value to move it higher */
position: relative !important;
}
}
If it’s inside a flexbox or grid, you may need to modify the alignment settings as well.
Let me know if this helps or if you need further tweaks!
If I was able to help you, please don’t forget to Like and mark it as the Solution!
If you’re looking for expert help with customization or coding, I’d be delighted to support you. Please don’t hesitate to reach out in my signature below—I’m here to help bring your vision to life!
Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update?
Because the image and button are in two different blocks, it is difficult to edit the center. It can only be edited relatively.
You can add this code to the Custom CSS section https://prnt.sc/CYKt5fZbfB5l