Solved

Currency symbol location on the home page

maxroddy
Excursionist
43 7 13

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 🙂 🙂homepage.png

Accepted Solutions (4)
maxroddy
Excursionist
43 7 13

This is an accepted solution.

Hello 🙂

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

View solution in original post

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

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.

View solution in original post

maxroddy
Excursionist
43 7 13

This is an accepted solution.

Thank you very much! It really helps 🙂 your'e a pro 😛

View solution in original post

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

@maxroddy 
if helpful like the solution.

View solution in original post

Replies 5 (5)

Zworthkey
Shopify Partner
5581 642 1569

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

Thank you.

maxroddy
Excursionist
43 7 13

This is an accepted solution.

Hello 🙂

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

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

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.

maxroddy
Excursionist
43 7 13

This is an accepted solution.

Thank you very much! It really helps 🙂 your'e a pro 😛

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

@maxroddy 
if helpful like the solution.