How Do I Change the Size of the Optimal Header Image?

Homepage Community Forums Optimal Theme Support How Do I Change the Size of the Optimal Header Image?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2313
    eymediagroup
    Customer

      Currently, it is set to 960 x 100.

      Say I wanted to change it to 960 x 140.

      What things do I need to change?

       

      Website is http://www.tankteam.com

       

      Thanks!

      #2315
      Eric
      Customer

        First you’ll need to go into your functions file and change the header height size from 100 to 140.  The code will look like this –

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

        Then you can upload your image using the WP Header uploader. Make sure it has the same dimensions as the functions file.

        You may also need to make adjustments to your css as well. It looks like you already know how to do this, if not just let me know.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #2383
        Photoshopper
        Customer

          Related to this… current I am only using the main nav menu (just above the slider on the left side — not sure if that’s where it’s supposed to be given the demo menu is on the right side), and it is only populated during this test stage by posts that match a category.

          Directly above this area the Demo shows what looks ot be text based logo / brand item “Optimal Theme”

          The only widget I see in Appearance is “header right”. To make this work as a header graphic, do I need to create a graphic such that the logo or site name is left justified, then 900 px of empty pattern (or whatever I make the graphic look like), upload it, then place the URL in a text widget and place that widget in “Header Right”?

          How do I fill up the header logo area and make sure it justifies correctly (Left Center or Right?)

          #2384
          Photoshopper
          Customer

            Scratch that last request… didn’t notice the header section was separate from the Widgets.

            #2390
            Eric
            Customer

              Ok, I’ll close since you figured it out.


              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘How Do I Change the Size of the Optimal Header Image?’ is closed to new replies.