Hi there,
i adjusted in enfold backend “menu left, logo right”. When shrinking the browser, the logo should stay on the right side and the mobile menu should displayed on the left side. Instaed of this, the mobile menu appears and remains on the left side and the logo switches to the right side. Unfortunately on a certain browser width the logo overlaps with the menu as well. How can i manage these issues? See: http://wordpress.p367756.webspaceconfig.de/
Thx Henrik
Hey Rico008,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 1150px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}
Thanks,
Rikard
Hi Rikard,
I tried this, overlapping of logo and desktop menu is gone, but when shrinking the browser further on, logo and mobile menu are overlapping. When shrinking the browser more, the logo swaps to the left, but the logo should stay on the right side. The mobile menu should be displayed ( like the desktop menu ) always on the left side. Is this possible?
Thx for your help!
Hi,
use this code inside Quick CSS field:
@media only screen and (max-width: 1150px) {
a#advanced_menu_toggle {
left: 10px;
}}
Best regards,
Andy
Hi Andy, thx. Mobile Menu is now on the left ( how it should be ) but the logo is unfortunately switching to the left side under a certain browserwidth. The logo should stay always on the right side. Cheers Henrik
Hi,
add this as well:
@media only screen and (max-width: 767px) {
.responsive #top .logo {
float: right;
margin-right: -32px;
}}
Best regards,
Andy
Thx Andy! Great! Best Regards Henrik
Hi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy