Can't change header size

  • Hello!
    I was wondering if you help me figure out why I cannot change the header size on my http://www.dentonryanfootballcamp.com/ blog. I can’t find where it is set with developer tools and already tried making a child theme and using

    #header-image img {
    display: none;
    }
    #header-image {
    background: url(image’s url) no-repeat;
    width: 1100px;
    height: 220px;
    }
    on a child theme css style sheet
    but nothing changed. Any ideas?

    The blog I need help with is: (visible only to logged in users)

  • That is not a free hosted WordPress.COM blog and we do not provide support for it. You are posting to the wrong support forums. WordPress.com and WordPress.org are completely separate and have separate logins. If you don’t have a username account at WordPress.ORG click this link http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from WordPress.ORG bloggers.

  • I checked http://www.dentonryanfootballcamp.com/ and it’s shows a “maintenance mode” message.

    You may already know this, but just in case and since you had it in your example, make sure to replace the “images’s url” part with an actual image link (you probably already did that):

    background: url(image's url) no-repeat;

    Past that, try making the site public temporarily and then post at the volunteer-based http://wordpress.org/support/ forums to see if someone there is willing to help out.

  • The topic ‘Can't change header size’ is closed to new replies.