Centering currency drop down

At the bottom of my website there is a currency drop down but i want the drop down to be in line with the heading. whats some code that can fix this?

Website: desirestreetwear.co

Hello @Desire4

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (min-width: 750px) { .footer__localization { padding: .4rem 0; justify-content: center !important; } }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Hi @Desire4

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.footer__column.footer__localization.isolate {

justify-content: center !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly