Re: Move currency selector to top

Solved

How can I move my currency selector to the top left corner?

Zine
Excursionist
42 0 12

Hello, 

My currency selector is at the bottom left and I would like to move it to the top left corner. Can someone help me please?


Thanks a lot! 

Zine 

www.madeoftears.com

 

Screen Shot 2021-11-14 at 22.21.20.png

Accepted Solution (1)
suyash1
Shopify Partner
9866 1226 1566

This is an accepted solution.

@Zine- please add border:none; to the property so entire code becomes

form#currency_form {
    bottom: 0;
    top: 10%;
    border: none;
}
To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me

View solution in original post

Replies 4 (4)

suyash1
Shopify Partner
9866 1226 1566

@Zine- please add this css to the very end of your theme.scss.css file and check, should look like screenshot

form#currency_form {
 bottom: 0%; top: 10%;
}

 

suyash1_0-1636948038246.png

 

 

To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me
Zine
Excursionist
42 0 12

Hello, 

 

Thank you so much it looks like the screenshot but there are black lines on the sides now... Could you please help me remove that? Screen Shot 2021-11-14 at 22.47.46.png

suyash1
Shopify Partner
9866 1226 1566

This is an accepted solution.

@Zine- please add border:none; to the property so entire code becomes

form#currency_form {
    bottom: 0;
    top: 10%;
    border: none;
}
To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me
Zine
Excursionist
42 0 12

Thank you so much!