Moving currency to the right side on nav bar

Solved

Moving currency to the right side on nav bar

Blindeagle
New Member
8 0 0

Hi there guys, working on a site and trying to figure out how to move the currency menu list I've made to the right side of the cart if possible. So it should go "Menu item 1" "Menu item 2" "Cart" "Eur"

 

Site : https://the-assembly-line-shop.myshopify.com/ 

 

Also an extra question if possible, how hard is it to put icons for the multi currency on that list? So for euro to have the euro flga, USD to have amercia flag etc etc

 

Thank you for all the help 

 

Ali 

Accepted Solution (1)

oscprofessional
Shopify Partner
16115 2409 3123

This is an accepted solution.

Hello ,

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

.main-menu.accessibleNav {
    display: flex !important;
}
.nav-wrapper ul li:nth-child(3) {
    order: 4 !important;
}
Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

View solution in original post

Replies 3 (3)

oscprofessional
Shopify Partner
16115 2409 3123

This is an accepted solution.

Hello ,

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

.main-menu.accessibleNav {
    display: flex !important;
}
.nav-wrapper ul li:nth-child(3) {
    order: 4 !important;
}
Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
Blindeagle
New Member
8 0 0

Thanks 

Shiffy
Visitor
1 0 0

How would this work on my site https://www.kitchenartcanada.com/ ?

It uses the Prestige theme. The currency doesn't even show up on the mobile navigation at all. I'd like it to always be there on the right side, alongside the shopping bag icon.

 

Thank you.