All things Shopify and commerce
Hello,
I'd love for my "Buy Now" Buttons to appear at the BOTTOM CENTRE of the banners on my Home Page.
(The only choice I currently have on the Mobile is Middle Left, middle centre, middle right)
I want them to be at the bottom (centre) of the banners on the mobile view.
Thanks.
Solved! Go to the solution
This is an accepted solution.
The following code will do what you want. You can change the values as you like. If you encounter any issues again, feel free to write, I'll help.
Navigate to the 'Edit Code' option in your theme settings, then search for “base.css” in the search bar and add below codes.
@media (max-width: 750.98px){
.banner__box .banner__buttons {
margin-top: 200px !important;
}
}
Terence.
Hello @Miranda81
Can you share store URL?
See the attached picture please.
The "buy now" button just sits in the middle obscuring the writing on my picture.
I'd like to move the buttons lower on Mobile.
Thanks
Hi!
If you provide the exact link to the relevant page, I can help you!
Terence.
This is an accepted solution.
The following code will do what you want. You can change the values as you like. If you encounter any issues again, feel free to write, I'll help.
Navigate to the 'Edit Code' option in your theme settings, then search for “base.css” in the search bar and add below codes.
@media (max-width: 750.98px){
.banner__box .banner__buttons {
margin-top: 200px !important;
}
}
Terence.
Thank you!
Worked out perfectly!!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025