What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: menu arrows is small and on the text and i dont know why

menu arrows is small and on the text and i dont know why

Roeiam
Excursionist
42 1 12

hi i am having a issue in the menu the arrows in the menu is on the text and very small i want the noraml behvior of dawn theme i didnt change any thing
1.PNG211.PNG

Replies 5 (5)

devcoders
Shopify Partner
564 80 142

Hello there

Please send me your store URL and password, so I can check it and update you.

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

BSS-TekLabs
Shopify Partner
2350 688 810

- Here is the solution for you @Roeiam 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
.menu-drawer__menu-item>.svg-wrapper {
    left: 3rem !important;
    right: auto !important;
    width: 25px !important;
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1728143585031.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Roeiam
Excursionist
42 1 12

thank you it work but after i click it the arrow look not very good i want the text will be a little bit bheind the rest of the menu and also a little space betwenn the arrow and the name of collecation נעלי יחפנים

BSS-TekLabs
Shopify Partner
2350 688 810
<style>
.menu-drawer__menu-item>.svg-wrapper {
    left: 3rem !important;
    right: auto !important;
    width: 25px !important;
margin-left: 10px !important;
}
</style>

Can you change to this code @Roeiam 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Made4uo-Ribe
Shopify Partner
9141 2181 2692

Hi @Roeiam 

check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes"

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
header .menu-drawer__menu-item>.svg-wrapper {
    width: 30px;
    position: absolute;
    left: 3rem;
    right: unset;
    top: 50%;
    transform: translateY(-50%);
}
</style>

 

And Save. 

Result:

Made4uoRibe_0-1728145470974.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.