Hello support,
Is there any way to center the text on the mobile menu drop down?
Centering text in a mobile menu dropdown for a store theme. A screenshot was provided to illustrate the desired alignment.
Outcome: The original poster confirmed the CSS change worked. Status: Resolved; no further action indicated.
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;
}
}
Hii, @UniverseofGrace
Kindly share your store URL so,
I can solve it perfectly.
Thank You.
Thank you this worked!