Hi,
since last update, the logo and humburger menu are on top of each other, both are aligned to the right.
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.rtl #wrap_all .main_menu {
left: 30px;
right: auto;
}}
Best regards,
Yigit
did not work
Hi,
Please use the code as following
@media only screen and (max-width: 767px) {
.responsive #top.rtl #wrap_all .main_menu {
left: 30px!important;
right: auto!important;
}}
Best regards,
Yigit
Great! now it is working :)