Solved

Center mobile menu dropdown text

UniverseofGrace
Excursionist
37 1 14

Hello support, 

Is there any way to center the text on the mobile menu drop down? Center Text.PNG

Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 464

This is an accepted solution.

Hi,
Try adding this code to the bottom of theme.css

 

@media only screen and (max-width: 749px){
.mobile-nav__link.mobile-nav__link {
  text-align: center;
}
}

 

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 3 (3)

Nick_Marketing
Shopify Partner
1487 336 464

This is an accepted solution.

Hi,
Try adding this code to the bottom of theme.css

 

@media only screen and (max-width: 749px){
.mobile-nav__link.mobile-nav__link {
  text-align: center;
}
}

 

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
UniverseofGrace
Excursionist
37 1 14

Thank you this worked! 

Zworthkey
Shopify Partner
5581 642 1569

Hii, @UniverseofGrace 
Kindly share your store URL so,
I can solve it perfectly.
Thank You.