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.
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.
Screenshot of second issue on same page attached.
Hey Jay!
/* Mobile */ @media only screen and (max-width: 480px) { body header#top #logo img { height: 17px!important; margin-top: 10px !important; } }
Salient Support Team
Thanks that fixed it!