Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #471229

    Hello,

    how do i align the mobile burger menu to the left?

    #471487

    Hey jihadmunther!

    use this code in Quick CSS field:

    a#advanced_menu_toggle {
    left: 10px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #471837

    that didn’t work, is there another code? cant i just align left?

    also i dont know if this is normal, but lets say the page is ipad size, the menu will be on the left, but when it goes mobile it goes to the right. this is without using the code you gave me.

    #472156

    Hey!

    Please give us a link to the website. We need to check it. The code above should work. Please try it again then remove browser cache before testing the page.

    Regards,
    Ismael

    #472316

    the link is bellow. i tried to refresh cache but it seems i have an issue in my arabic page, for like i said in my last post the burger menu icon is left if the screen is ipad size, but it goes to the right if it is mobile.

    ps. there is currently no custom css code but its still like that. the only thing is i chose the logo to be on the right and menu on the left for my arabic page in the enfold settings.

    #472335

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .rtl a#advanced_menu_toggle {
      left: 10px!important;
    }}

    Cheers!
    Yigit

    #472340

    that did it. thank you Yigit.

    great theme and great team. keep up the good work.

    #472343

    Hey!

    Great! You are welcome, we are always happy to help!
    Thank you for your kind words :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Aligning mobile menu to the left’ is closed to new replies.