how do i move te arrow it the menu to the other side

Solved

how do i move te arrow it the menu to the other side

מלבושים
Excursionist
39 0 8

Hi,

i want to move the arrows as i showed in the picture.

how can i do that?

thanks

https://malboshim.com/

צילום מסך 2025-02-23 ב-12.06.16.png

Accepted Solution (1)

FrankyGiap
Shopify Partner
88 15 12

This is an accepted solution.

Hi @מלבושים ,

Please follow this guide:

a. Goto Shopify Admin -> Online Store -> Themes
b. On your current theme, click ... -> Edit code
c. Follow 1 -> 2 -> 3 to search end of head tag

 

theme-liquid.png

d. Add follow code, it can be fix your problem 

<style>
	nav.header__inline-menu details summary {
		padding-left: 2.7rem;
		padding-right: 1.2rem;
	}

	nav.header__inline-menu details summary svg.icon  {
		right: unset;
		left: 0.8rem;
	}
</style>

 

- Solved it? Hit Like and Accept solution or ❤️Buy Me Coffee❤️
- Fusion Workflow: Automate Your Store with Precision and Ease

View solution in original post

Reply 1 (1)

FrankyGiap
Shopify Partner
88 15 12

This is an accepted solution.

Hi @מלבושים ,

Please follow this guide:

a. Goto Shopify Admin -> Online Store -> Themes
b. On your current theme, click ... -> Edit code
c. Follow 1 -> 2 -> 3 to search end of head tag

 

theme-liquid.png

d. Add follow code, it can be fix your problem 

<style>
	nav.header__inline-menu details summary {
		padding-left: 2.7rem;
		padding-right: 1.2rem;
	}

	nav.header__inline-menu details summary svg.icon  {
		right: unset;
		left: 0.8rem;
	}
</style>

 

- Solved it? Hit Like and Accept solution or ❤️Buy Me Coffee❤️
- Fusion Workflow: Automate Your Store with Precision and Ease