Best Currency convertor goes under Header Icons on Mobile Version

Best Currency convertor goes under Header Icons on Mobile Version

Kylara
Tourist
17 0 3

Hi!

 

Can someone help me fix this? So the flag doesn't go under the icon. I can move the Logo to left if needed.

Kylara_0-1724689607948.png

 

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
7617 1833 2245

Hi @Kylara 

I managed to keep the currency converter in line, but on smaller screens, the logo will disappear if we maintain this layout.

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media screen and (max-width: 749px) and (min-width: 340px) {
    .doubly-wrapper {
        position: relative;
        margin-top: 0;
        padding-top: 7px;
        overflow: hidden;
        padding-left: 25px;
    }
    .header__icons {
        display: flex;
        flex-wrap: nowrap;
        padding-right: 0;
    }
    .header {
    display: grid;
    grid-template-columns: auto 1fr auto;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1724703967758.png

For the more smaller screen. (340px width)

Made4uoRibe_1-1724703986653.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Kylara
Tourist
17 0 3

Hi!

 

Thank you for the response. 

 

The code sadly didn't work though. Atleast when I inspect it in mobile version it still goes under the icons. 

 

I now moved the logo to the left. Maybe you can somehow move the converter on the right side of the cart icon, now that there is more room. 

Kylara_0-1724733790186.png