Epik Logo Height/Alignment Issue

Homepage Community Forums Epik Theme Support Epik Logo Height/Alignment Issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7087
    jennifergrayeb
    Customer

      I’m sure this is an easy fix, but I’m stuck. http://jennifergrayeb.com/

      My logo is 360×78. I added this to my functions, and uploaded the image via the Appearances > Header uploader.

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

      and in my CSS I updated the min height:

      .header-image .site-title a {
      	float: left;
      	min-height: 78px;
      	width: 100%;
      }
      

      What am I missing to make the height of the overall header bar to be closer to the height of my logo, and align the text to be aligned evenly between the top and bottom?

      #7089
      jennifergrayeb
      Customer

        Changing the padding the CSS below seemed to fix the height issue, but the text alignment is still off.

        .header-image .site-header .widget-area {
        	padding: 5px 0;
        }
        #7090
        Wes
        Moderator

          There’s a couple ways to do it, if you change the code on line 1978 to 16px top and bottom like this –

          .header-image .site-header .widget-area {
              padding: 16px 0;
          }

          It will look like this – http://i.imgur.com/wuh7ITE.png

          If you’re ok with that, then that’s all you would need to do…..just let me know

          #7091
          jennifergrayeb
          Customer

            Thanks Wes, that worked perfectly! 馃檪

            #7094
            Wes
            Moderator

              You’re Welcome!

              BTW, Loving your site. If anyone needs help with a sticky menu I’ll make sure they check out your tutorial.

              #7163
              jennifergrayeb
              Customer

                Thanks Wes! 馃檪 Terence had left me a comment implying the code I shared belonged to someone else, so if you happen to know who I should give credit to please let me know. I had pieced it together from a few different solutions I found in the forums.

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Epik Logo Height/Alignment Issue’ is closed to new replies.