-
AuthorPosts
-
February 15, 2023 at 10:09 am #1398035
Dear support,
i don´t want to show the burger menu on mobile. I want the same menu as the desktop-menu (I have one menu-item only). Is this possible?
I have chosen: logo centered, menu belowFebruary 16, 2023 at 7:59 am #1398170Hey dondela,
Yes, this should be possible. Please try to add this css code and toggle the file compression settings.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top .av-main-nav .menu-item-avia-special { display: none; } .responsive #header_main_alternate { display: block; } .responsive #top .av-main-nav .menu-item { display: block; } }Best regards,
IsmaelFebruary 16, 2023 at 8:24 am #1398176Thanks Ismael,
that worked :-) One more thing. The logo is not really centered, it is a little bit to much on the left side. How can i center the logo on mobile view?
February 17, 2023 at 7:38 am #1398294Hi,
No problem. To adjust the logo, you can place this code inside the css media query in the previous code above.
.responsive .logo { text-align: left; }Best regards,
IsmaelFebruary 17, 2023 at 8:10 am #1398297Hey Ismael,
i attached a screenshot with my problem. I want to place the logo centered in the middle. Right now it is a bit to much on the left side in mobile view.
I am using this code but it is still not really centered:.responsive .logo { position: relative; display: block; width: 100%; text-align: center; } }February 17, 2023 at 8:01 pm #1398395Hi,
Thank you for the link to your site and the screenshot, please try this css:@media only screen and (max-width: 767px){ .responsive.html_header_top.html_logo_center #header_main .logo { margin: auto; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeFebruary 18, 2023 at 9:57 pm #1398492Hi Mike,
thank you for your help, that’s it!Best regards Dondela
February 18, 2023 at 10:12 pm #1398494Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Show desktop menu on mobile’ is closed to new replies.
