Okay
  Public Ticket #444905
Mobile Site Issue (iPad Landscape Issue)
Closed

Comments

  • Charles started the conversation

    Hello,

    On our site, dennisjewelry.com, there seems to be some issues with iPad compatibility. When the iPad is in portrait, the site appears as intended. However, when in landscape, the site adds the header back that appears to be conflicting with logos and buttons. Please see attached. How can we ensure that in landscape, the iPad is displaying as it does in portrait?

    Thank you!

  •  8,851
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media only screen and (max-width: 1025px) {
        div#cobranding {
            display: none !important;
        }
    }

    Thanks



    ThemeNectar Support Team