How can I make the shop button center on MOBILE only?

How can I make the shop button center on MOBILE only?

mayatranquila
Excursionist
42 0 14

Screen Shot 2025-03-01 at 8.54.14 PM.png

Replies 6 (6)

suyash1
Shopify Partner
10711 1324 1699

@mayatranquila Can you please share this page link? this will need css

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
mayatranquila
Excursionist
42 0 14

LizHoang
Shopify Partner
1251 158 196

Hi @mayatranquila Can you share store url?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

DaisyVo
Shopify Partner
4313 475 562

Hi @mayatranquila 

 

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?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
mayatranquila
Excursionist
42 0 14
DaisyVo
Shopify Partner
4313 475 562

Hi @mayatranquila 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

 

 

{% style %}
@media screen and (max-width: 768px){
section.hero-banner .hero__content {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
}
{% endstyle %}

 

 

Please let me know if it works. Thank you!Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution