Hi,
I have two problems!
1. On the iPad, the menu bar covers the logo.
2. On the iPhone and various smartphones, the buttons in the slider are not completely displayed.
Could you tell me the solutions to these problems?
Thanks,
Regards
Stefan
Hey Bassmann,
Could you please give us a link to your website, we need more context to be able to help you.
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: 1024px) {
nav.main_menu, #menu-item-search {
display: block !important;
}
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
Add this to quick css as well to hide the buttons:
@media only screen and (max-width: 1024px) {
.avia-slideshow-button{
display:none!important;
}}
Best regards,
Jordan Shannon
Hi Jordan,
great, that’s the way it should be!
Thanks.
Regards
Stefan