Dawn Theme - Mobile footer to set alignment to center

Hi I need help on how to align the footer menu and currency for mobile view only to center instead of left alignment.

Hi @KelvinLeow ,

Glad to support you today.

You can check out my suggestion below to get your concern resolved.

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

Hope you find my answer helpful!

Kind & Best regards,
GemPages Support Team.

Hi @KelvinLeow

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->section-footer.css

@media(max-width: 767px) {
    .footer-block__details-content .list-menu__item--link {
	justify-content: center !important;
    }
    .footer__localization h2 {
	text-align: center !important;
    }
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.