To continue receiving payouts, you need to secure your account by turning on two-step authentication before January 18th, 2023. If two-step authentication is not turned on your payouts will be paused.Learn more

arrow icon blocking mobile menu item

JhordanMSUITE
Shopify Partner
79 1 33

We are having trouble with our mobile menu. There is an arrow icon blocking one of the menu items and we can't seem to fix the issue.

Any help?

https://shop.eluwastudio.com/collections/all

Screen Shot 2022-09-09 at 6.38.57 PM.png

Replies4(4)
dmwwebartisan
Shopify Partner
11240 2404 3453

@JhordanMSUITE

Please add the following CSS code to your assets/theme.css bottom of the file.

@media (max-width: 749px){ .nav-hamburger .menu-item .dropdown-arrow, .nav-hamburger .submenu-item .dropdown-arrow {top: -14px !important;left: 45% !important;} }

Thanks!

If helpful then pleaseLikeandAccept Solution| Email:dmw.webartisan@gmail.com |Instagram:@dmw.webartisan
Check here PageFly Appto customize your pages | Click hereGemPagesThe most powerful Shopify page builder.
Ahsan_ANC
Shopify Partner
1331 238 273

Hi@JhordanMSUITE


You can try this code


1. Go to Online Store-> Theme->Edit code
2. Asset-> theme.css ->paste the below code at the bottom of the file.

@media (max-width: 1025px){ .nav-hamburger .menu-item .dropdown-arrow, .nav-hamburger .submenu-item .dropdown-arrow { left: auto !important; top: -13px !important; right: 10% !important; } }
Contact for any custom design? Skype : ahsananc
> Was my reply helpful? Click Like to let me know!
>是你回答的问题吗?其标记为一个Accepted Solution!
Feel Free to Contact Me at my Email: anc2277@gmail.com
You can get a Free Shopify design error solution and page setup guide.

Shopify Partner |
JhordanMSUITE
Shopify Partner
79 1 33

代码不工作。我也试图添加following code (see image below) and still nothing. So strange.

Screen Shot 2022-09-10 at 11.08.40 AM.png

Ahsan_ANC
Shopify Partner
1331 238 273

plz give this a try

@media (max-width: 1024px){ .nav-hamburger .menu-item .dropdown-arrow, .nav-hamburger .submenu-item .dropdown-arrow { left: auto !important; top: -13px !important; right: 10% !important; } }
Contact for any custom design? Skype : ahsananc
> Was my reply helpful? Click Like to let me know!
>是你回答的问题吗?其标记为一个Accepted Solution!
Feel Free to Contact Me at my Email: anc2277@gmail.com
You can get a Free Shopify design error solution and page setup guide.

Shopify Partner |