Hello,
how do i align the mobile burger menu to the left?
Hey jihadmunther!
use this code in Quick CSS field:
a#advanced_menu_toggle {
left: 10px;
}
and adjust as needed.
Best regards,
Andy
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.
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
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.
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
that did it. thank you Yigit.
great theme and great team. keep up the good work.