Logo image stretched in Safari V5.1.7
-
I’ve found an issue with the css in Safari for displaying the uploaded logo.
CSS applied to element is.
‘.logo img {height:100%;width:100%;}’This stretches the image to cover the container in Safari only. FF, IE and Chrome display correctly.
Add CSS code to the admin options to rectify this issue.
‘.logo img {height:auto;width:100%;}’Posting this to help anyone else who might have seen this problem.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Logo image stretched in Safari V5.1.7’ is closed to new replies.