• Resolved switpi84

    (@switpi84)


    I am relatively new to WordPress but like it immensely. Very quickly I was able to get a 3.9.1 WordPress with the Hueman template up and running and everything was fine. On the top of my blog on the home and all pages I have a header background image that spans the entire page of the recommended size that is loaded via:

    Appearance > Theme Options > Header > Custom Logo

    On top of this would appear the title and sub-title of the blog as per that setting. This worked fine for weeks straight out of the box with no problems. About a week ago that image started being small and being placed over the blog title covering it up. During that period I made no updates to WordPress at all.

    You can see the blog at https://www.ecointernet.org/. I can not for the life of me figure out what changed, and while I suppose I could dig into css or something to fix it, this worked previously. Any ideas on what has gone wrong?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter switpi84

    (@switpi84)

    I am recalling now that I added that to the css as a background image, and I think that was somehow lost. Working on doing it again.

    sprytechies_kedar_jangir

    (@sprytechies_kedar_jangir)

    if you want to spans the image over the entire page try chaning in the css

    .site-title a img{
    max-height:100%;
    }

    Thread Starter switpi84

    (@switpi84)

    I had forgotten that I had made css changes which must have been accidentally deleted. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Background Image Size Has Changed’ is closed to new replies.