Can I make the currency converter more compact on a mobile view in Shopify?

SaraK
Excursionist
23 0 3

Hello, I'm using "BEST currency converter" free app, I've noticed that it doesn't look very good in the mobile view.

Does anyone know how to make it more compact, for example displaying only the flag without the name of the currency, and ideally have it aligned to the cart (or perhaps it will align automatically once it takes less horizontal space)?

www.thespooperstore.com

dgsfd.jpg

Replies 3 (3)

Hardik29418
Shopify Partner
2858 407 1073

Please place this  code at the end of theme.scss

@media only screen and (max-width: 600px) {
.site-nav--mobile, .doubly-wrapper {
 display: inline-block;
}
.js-drawer-open-button-right {
padding: 6.5px;
}
.site-nav--mobile.text-right .doubly-wrapper {
    position: unset;
    right: unset;
    top: unset;
}
}

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
SaraK
Excursionist
23 0 3

Thank you @Hardik29418  but it didn't work 😞

photo_2020-12-12_10-32-14.jpg

SaraK
Excursionist
23 0 3