I need to BOTTOM CENTRE the Banner "Buy Now" Buttons on Mobile (Dawn Theme)

Solved

I need to BOTTOM CENTRE the Banner "Buy Now" Buttons on Mobile (Dawn Theme)

Miranda81
Tourist
6 0 1

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.

Accepted Solution (1)

TerenceKEANE
Shopify Partner
512 86 80

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;

 

}

}

 

shopify.base.css.jpg

 

Terence.

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites

View solution in original post

Replies 8 (8)

niraj_patel
Shopify Partner
2391 516 515

Hello @Miranda81 
Can you share store URL?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Miranda81
Tourist
6 0 1

Screenshot 2024-05-21 at 6.36.17 pm.png

 

Miranda81
Tourist
6 0 1

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

Miranda81
Tourist
6 0 1

TerenceKEANE
Shopify Partner
512 86 80

Hi!

 

If you provide the exact link to the relevant page, I can help you!

 

Terence.

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites
Miranda81
Tourist
6 0 1

TerenceKEANE
Shopify Partner
512 86 80

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;

 

}

}

 

shopify.base.css.jpg

 

Terence.

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites
Miranda81
Tourist
6 0 1

Thank you! 

Worked out perfectly!!