Magazine theme: resize header image space

Community Forums Forums Design Tips and Tricks Magazine theme: resize header image space

This topic is: not resolved

Tagged: , ,

This topic contains 5 replies, has 4 voices, and was last updated by  fsm.writer 2 months, 2 weeks ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6194

    lbrown1179
    Participant

    I’ve edited the  CSS in an attempt to make the banner image space 960 px x 250 px, but the image uploader is still cropping the image to 960 × 115 pixels.

    the site is at http://www.cursillodsv.net

    Here is a screenshot showing Firebug CSS. I don’t undertand why some of the CSS is showing strikethrough. Please advise how to make the image area accept my larger banner.

    Thanks in advance for your help.


    • This topic was modified 5 months ago by  lbrown1179.
    • This topic was modified 5 months ago by  lbrown1179.
    #6205

    Brian Bourn
    Participant
    Post count: 95

    In the functions.php file the Magazine theme has:

    /** Add support for custom header */
    add_theme_support( 'genesis-custom-header', array(
    	'width' => 960,
    	'height' =>; 115
    ) );
    

    If you change the height to 250 and re-upload your header you should be good.


    Bourn Creative | bourncreative.com | Twitter

    • This reply was modified 5 months ago by  Brian Bourn.
    • This reply was modified 5 months ago by  Brian Bourn.
    #6255

    lbrown1179
    Participant

    Thanks, that did the trick.

    Any thoughts on how a non-programmer would figure that out? I guess I should’ve thought to check the functions.php page, but it seems there should be a way to change banner sizes within the theme settings – any plans for that functionality on CopyBlogger’s To Do list?


    #24652

    fsm.writer
    Participant
    Post count: 2

    And where would the clueless among us (like myself) find the functions.php file?  (sorry I’m a newbie!)

    #24656

    Charlie
    Participant
    Post count: 111

    From the WordPress dashboard, click on Appearance > Editor, then to the right of your screen you should be able to click on Theme Functions (functions.php).

    Make sure to make a copy of the file before making any edits so you can re-upload it in the case you make a mistake and (temporarily) break your site.

    #24744

    fsm.writer
    Participant
    Post count: 2

    Thanks Charlie – I’m going to work on that this weekend!  I especially liked the tip about copying everything first…it’s like you knew I was bound to screw something up.  Which considering my experience….

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.