Dear Kriesi staff,
I have a problem when i try to open my website with tablet/ipad. Take a look please. The top bar is completely dark grey, how can i solve this bug. Then the main logo is covered by menu bar. How can i solve it? i would like to see main logo is going to be small and aligned with general menu or any recomendation to show better. Really appreciate it.
Best regards,
Alex
Hey AlexBellaTropea,
Can you please update Enfold to latest version and let us know if that would solve the issue?
Thank you very much
Best regards,
Basilis
Hi @Basilis
Did you fix the problem of updating of thread
#995125? Last time when i updated i have found my website in a mess.
Thanks
Hi AlexBellaTropea,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive.html_mobile_menu_tablet #top #wrap_all #header {
background-color: #fff;
}
.header_color .av-hamburger-inner,
.header_color .av-hamburger-inner::before,
.header_color .av-hamburger-inner::after {
background-color: #808080 !important;
}
}
@media only screen and (max-width: 1024px) {
nav.main_menu, #menu-item-search {
display: block !important;
}
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
#top #header_meta .phone-info a {
color: #808080;
}
}
If you need further assistance please let us know.
Best regards,
Victoria