Hi,
On my desktop/ipad i want a secondary menu in de top of my screen, but on a mobile device (smartphone) i want the mobile menu (main menu). How can i do this?
THX Freek
Hey Freek,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
see private content for the link
THX Freek
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
nav.sub_menu {
display: none;
}}
@media only screen and (min-width:768px) {
nav.main_menu {
display: none;
}}
Please make sure to create your main menu in Appearance > Menus
Regards,
Yigit
It works! Thanks for the super support!!!
THX Freek
Can you look to the mobile site again?
The hamburger menu only displays half..
I tried to change colors but no luck
THX Freek
Hi!
Please change following code
.responsive .logo {
display: none !important;
}
to following one
.responsive .logo img {
display: none !important;
}
:)
Regards,
Yigit
Super. final question. Why is the header section large on mobile?
Is it possible to move the hamburger menu to the top of the screen in the upper right corner?
THX Freek