https://j3ouo.hosts.cx may be possible fix this issue ?
Hey Stefano,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1130px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Best regards,
Rikard
Do not work check mobile. I want logo over the menu if is possibile
Hi,
What exactly doesn’t work? Could you post screenshots highlighting your intentions please?
Best regards,
Rikard
Logo is not over menu but on left
Hi,
Thanks for the feedback, I still don’t understand what you would like to change though?
Best regards,
Rikard
https://ibb.co/d2x6Pc I need logo over menu, not on left https://lupidiromagna.it
Hi,
From your screen shot it appears you only want this effect on the mobile version correct?
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px)
.responsive #top .logo {
float: right!important;
}
Best regards,
Vinay
No is not correct, has not change in mobile version.
Hi,
Is the screenshot I attached to the previous ticket correct?
You may not see the change until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.
Best regards,
Vinay