Shopify themes, liquid, logos, and UX
Hi,
i want to move the arrows as i showed in the picture.
how can i do that?
thanks
Solved! Go to the solution
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
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>
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
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>
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025