Hi Kriesi-Team,
I try to post this problem in a separate topic, because participants can find it earlier, I hope. On wide Apple tablets with wide screens safari hides elements, which I defined in my css only to hide on screen smaller than 1024px. You should know, that “.rob_menu” and “.rob_desktop” are classes from elements, I wanted to hide only on screens smaller than 1024px, BUT SAFARI HIDES IT ALWAYS:
@media screen and (max-width: 1024px){
.rob_menu, .rob_desktop {
display:none!important;
}
Do you have a solution? Please help.
Best regards!
Robby
Hey rnitsch!
Please update your code
@media screen and (max-width: 1024px){
.rob_menu, .rob_desktop {
display:none!important;
}
}
and let us know if that will solve yur issue
Cheers!
Basilis
Hi Basilis,
hi Kriesi-Team,
thanks for the quick response. But I don’t understand your post. The code you proposed I should to update is my existend and current code, which doesn’t work with Safari Browsers. -> On Andoid tablets it works perfectly.
Those Elements, which I assigned to the classes “.rob_menu” and “.rob_desktop” should appear with safari on displays larger than 1024. But safari hides this elements.
Are there any solutions for this problem?
Best regards!
Robby
Hey!
I replied you here – https://kriesi.at/support/topic/hidden-mobile-menu-is-visible-look-on-my-screenshot/
Regards,
Yigit