Okay
  Public Ticket #281613
Responsive issues on mobile device
Closed

Comments

  •  1
    Jay started the conversation

    The png logo I have uploaded doesn't seem to be adaptive on my iPhone and covers up the menu nav on the top right. Is there a solution for this? It works fine on desktop.

    Also further down on the page you can see a headline row overlaying a form I have. Again, this issue doesn't happen on desktop though.

  •  1
    Jay replied

    Screenshot of second issue on same page attached.

  •  8,839
    Tahir replied

    Hey Jay!

    Add this into the Custom CSS box located in your Salient Options panel :
    /* Mobile */
    @media only screen and (max-width: 480px) {
        body header#top #logo img {
            height: 17px!important;
            margin-top: 10px !important;
        
        }
    }
    
    
    
    Thanks


    ThemeNectar Support Team 

  •  1
    Jay replied

    Thanks that fixed it!