Default retina logo showing on retina devices and problems with custom logo
-
Topic
-
I’m running into a strange problem that I believe is related to retina displays.
My test site (macbinary.com/mutual-housing/) displays properly on desktop devices and on iPad 2, but on an iPad 3 and an iPod 4 the top “logo” (really just a graphic device) is being pulled from the theme’s assets folder (logo_2x.png) instead of the child’s assets folder. How can I force the “logo” to be pulled from the child theme instead, and do I simply call it the original image’s name but append “_2x”?
One other quickie: my real logo is contained within a 2-column row beneath the the navbar. Looks fine except when I view on an iPod device; then the image is left-aligned. I assume that I need to text-align: center and kill any right margin but not sure which rule to hang this on.
When I try to use spans they’re hit-or-miss so I imagine I’m running into specificity problems — I believe that I’ve properly modified my function.php file as per your blog instructions.
Thanks again Jason!
- You must be logged in to reply to this topic.