Home › Forums › Jevelin Theme › Issue with the mobile menu
Home › Forums › Jevelin Theme › Issue with the mobile menu
Hi @Cakelab,
I hope you are well today and thank you for your question.
Could you please tell me exactly how you want it to display?
Also could you please share me your site URL where it’s displaying so that I can help you to achieve it?
Best regards,
Shufflehound team
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
html[dir="rtl"] .sh-nav-mobile a.menu-item-open-fix { right: 0; } html[dir="rtl"] .sh-nav-mobile li.menu-item-has-children > a:after{ float: left; margin-left: 0; } html[dir="rtl"] .sh-nav-mobile li.menu-item-has-icon > a:before { left: auto; right: -24px; } html[dir="rtl"] .sh-nav-mobile li.menu-item-has-icon > a { padding-left: 0; padding-right: 25px; }
Perfect! Like always, it worked like a charm.. Thanks!
You are always welcome here š