• I uploaded my logo to my blog which is an image with dimensions of 535×157. It looks great in desktop view but terrible when in mobile view. From what I can tell, the image is not responding in mobile view with the rest of the site content. How can this be resolved?

Viewing 1 replies (of 1 total)
  • Hi,

    Go to Appearance > Editor > style.css and find this line:

    @media screen and (max-width: 640px) {

    Right after it you can add the following rule:

    #logo img { height: auto; width: 100%; }

    This should do it.

Viewing 1 replies (of 1 total)
  • The topic ‘Image header Not Responding’ is closed to new replies.