Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #691331

    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

    #691348

    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

    #691366

    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

    #692274
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.