Smartphone header image
-
A header image I was provided with at work has a logo with text in. When the media query resizes the screen for smartphones it all looks a little squashed. This is due to the image being text so thought it would be best to have a different header image load for smartphones. I thought the way around this was to edit the media query –
@media (max-width: 450px) { #branding{ background: url(images/smartphoneheader.png);}, #branding .header-link { min-height: 90px; }
This doesn’t work though, it just loads the default header. Any helpers out there? I assume it is just my css syntax? I have tried it in a child theme as well as the parent.
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Smartphone header image’ is closed to new replies.