Dear support team,
when i shrink the browser window: First stat is right: Logo on the right, burger-menu on the left.
But when i shrink the browser window more they change position to logo left and Burger menu right?
I want to have the menu on the right side always. Can you help please?
I tried this, without an effect: #advanced_menu_toggle, #advanced_menu_hide { right: auto; left: 0; }
Hey dondela,
Do you want the RTL version of the menu? Or just want to place the burger to the other side?
Best regards,
Basilis
Hi Basilis,
i just want the burger on the left side in mobile menu state.
Thanks dondela
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .main_menu {
left: 0;
right: auto;
}
.html_header_top #top .av_logo_right .logo img {
float: right;
}
.html_header_top #top .av_logo_right .logo {
width: 100%;
}}
Best regards,
Yigit
Hi Yigit,
thats it!
Thank you very much :-)
dondela