Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #281488

    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

    • This topic was modified 10 years, 5 months ago by mndawood. Reason: modifiying tags
    #281637

    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

    #281645

    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

    #281650

    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

    #281653

    Hi Yigit,
    It works great now.
    Thank you so much.
    Best Regards

    #281661

    Hi!

    You are welcome, glad we could help! :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Centering Enfold Main Menu in mobile – RTL site’ is closed to new replies.