Currency symbol location on the home page

Hello,

Can anyone help out with the home page header? I have my currency symbol there, but It is in the wrong spot, and I can’t seem to change the position of it. Can this currency symbol be moved next to the shopping cart? It would make my header look smaller and compact. thanks in advance :slightly_smiling_face: :slightly_smiling_face:
homepage.png

1 Like

@maxroddy
hi,
Welcome to Shopify Communtiy.
kindly Share you store url. so I can help you.

Thank you.

Hello :slightly_smiling_face:

thank you for reaching out. :slightly_smiling_face: :slightly_smiling_face: This is my url: aurorabe.com

Hii, @maxroddy
Paste this code on top of the timber.scss file.

@media only screen and (min-width: 992px) {
.doubly-wrapper {
    position: absolute !important;
    top: 87px !important;
    right: 45px !important;
}
}

Thank You.

Thank you very much! It really helps :slightly_smiling_face: your’e a pro :face_with_tongue:

1 Like

@maxroddy
if helpful like the solution.