• Resolved mzimmers

    (@mzimmers)


    Hi –

    I’m using the custom header feature from dashboard. I uploaded an image that’s 750 pixels wide. WP wants me to crop 25 pixels off the width. Can someone tell me what’s going on here?

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Jonas Grumby

    (@ss_minnow)

    I don’t think WP actually wants you to do anything. Are you saying that your site is not as wide as your header image? If so, that would be a theme issue.

    Thread Starter mzimmers

    (@mzimmers)

    I can find nothing in my site php or css files that defines a width less than 750px. Or, for that matter, any width at all.

    https://www.widebandcomputers.com

    Jonas Grumby

    (@ss_minnow)

    What is the theme? Right now I see a maintenance page. Look in the style.css for any fixed widths.

    Thread Starter mzimmers

    (@mzimmers)

    Oops…sorry about that. I just disabled maintenance mode.

    The theme is zenlite. There are a few references in layout.css (which is called by style.css) but they apply to specific areas, not the entire site (as far as I can tell, anyway).

    Thanks.

    Jonas Grumby

    (@ss_minnow)

    Any theme options in the Appearance menu?

    Jonas Grumby

    (@ss_minnow)

    The path to your header image seems odd:

    https://www.widebandcomputers.com/wordpress/wp-content/themes/zenlite/../../uploads/web_images/banner.jpg

    The themes/zenlite/../../ seems like a mistake.

    What if you change

    #wrapper {
    	width:80%;
    	max-width:1000px;
    Thread Starter mzimmers

    (@mzimmers)

    No, I don’t think so.

    I just discovered that I’d hard-coded an image in my functions.php file. Removing that seemed to make it work OK…still not sure what happened, but I guess I can consider this resolved.

    Thanks.

    Jonas Grumby

    (@ss_minnow)

    Now the path to the header background image looks normal in the source code. Suffice to say that something has to be controlling the width of the layout.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘WP wants me to crop my custom header image’ is closed to new replies.