Smaller Logo needed

Homepage Community Forums Epik Theme Support Smaller Logo needed

Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9780
    #9789
    Wes
    Moderator

      You would first need to figure out the exact size of your image (assuming you’re uploading an image instead of the default logo text). Then change the code in your functions file to the size of your logo. It should look like this –

      // Add support for custom header
      add_theme_support( 'genesis-custom-header', array(
      	'width' => 360,
      	'height' => 164
      ) );

      Then you can upload it in the WordPress Header uploader without needing to crop it.

      #9798
      axelk
      Customer

        Excellent. That works. Thanks, Wes.

        So now that the logo is smaller, I’m trying to get the entire header to be slimmer, like yours in the Epik demo. I believe your height is 78px, mine (the theme’s default) is 164px. How do I get this from 164px to a slimmer size, like 90px? I can’t seem to find a setting in the stylesheet that allows me to reduce this height.

        Thanks in advance!

        #9799
        Wes
        Moderator

          Do you have a link to your site so I can see what needs to be adjusted?

          #9806
          axelk
          Customer

            I was able to figure it out using Firebug. Trial and error.

            Thank you, Wes, for the offer to help!

            #9814
            Wes
            Moderator

              You’re Welcome!

            Viewing 6 posts - 1 through 6 (of 6 total)
            • The topic ‘Smaller Logo needed’ is closed to new replies.