Hello,
Greetings.. and thank you again for your wonderful theme and awesome support
I have another problem in mobile main menu.
– Site is RTL Arabic
– at the width threshold image attached and describing the problem
– at width threshold 990 another image is attached showing the problem
– The third image is what I need to do, please.
Best Regards
Hi mndawood!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#advanced_menu_toggle, #advanced_menu_hide { right: auto; left: 0; }
Cheers!
Yigit
Hello Yigit,
Thank you for your reply.
The code positioned mobile menu to left, but it gets over the logo when changing width
Can I make the menu centered under a centered logo? A drop down menu? (please see image 3 above.
Regards
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) {
.responsive .mobile_slide_out .logo {
float: right;
}}
Unfortunately drop down menu removed from the theme and will not be returning
Best regards,
Yigit
Hi Yigit,
It works great now.
Thank you so much.
Best Regards