-
AuthorPosts
-
September 17, 2015 at 7:47 am #504548
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 FreekSeptember 17, 2015 at 11:19 am #504638Hey Freek,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardSeptember 17, 2015 at 11:56 am #504665see private content for the link
THX Freek
September 17, 2015 at 12:11 pm #504678Hey!
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,
YigitSeptember 17, 2015 at 12:25 pm #504699It works! Thanks for the super support!!!
THX FreekSeptember 17, 2015 at 12:29 pm #504702Can you look to the mobile site again?
The hamburger menu only displays half..
I tried to change colors but no luckTHX Freek
September 17, 2015 at 12:40 pm #504709Hi!
Please change following code
.responsive .logo { display: none !important; }to following one
.responsive .logo img { display: none !important; }:)
Regards,
YigitSeptember 17, 2015 at 12:50 pm #504718Super. 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 FreekSeptember 17, 2015 at 12:53 pm #504721 -
AuthorPosts
- You must be logged in to reply to this topic.
