-
AuthorPosts
-
February 2, 2019 at 8:27 pm #1062058Klaus KugelmeierGuest
Hallo,
I m registrated, I have yust bought the enfold license and now I have some problems. How I use the support forum? I see no possibility.My question: The main menue goes in the logo and I have fill the code
@media only screen and (max-width: 1024px) { #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block!important; } nav.main_menu { display: none; }}but on IPad ist away but there is no alternate main menue seen …
Regards Klaus
February 4, 2019 at 8:35 am #1062521Hallo Klaus,
You can use the support forum by going here: https://kriesi.at/support, then pick the sub forum of your choice, then open a new ticket by clicking the very large blue button on the top of the page.
Your CSS seems to be working on my end, the desktop menu doesn’t clash with the logo.
Best regards,
RikardFebruary 5, 2019 at 1:25 pm #1063163Hallo Rikard,
thanks for your answer. I´ll try it next time.
Now I have found in your forum another code to change in mobile menue.
Here – on my website – there is the distance lower than 1188px when the main menue goes into the logo.
I create a speperate menue (for mobile menue), because the submenue buttons are ok but the not the main buttons like “Home” –
the links does not function. Main Buttons = no Submenue button = yes…/* @media only screen and (max-width: 1024px) { .main_menu .avia-menu, #header_main_alternate, .fallback_menu{display:none;} .container #advanced_menu_toggle, #advanced_menu_hide{display:block;} .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle{left:auto;} } */ @media only screen and (max-width: 1188px) { .av-main-nav > li.menu-item { display: none; } .av-main-nav > li.menu-item-avia-special { display: block; } }
Regards Klaus
February 9, 2019 at 6:37 pm #1064963 -
AuthorPosts
- You must be logged in to reply to this topic.