Epik logo image in header not adjusting correctly

Homepage Community Forums Epik Theme Support Epik logo image in header not adjusting correctly

Tagged: , ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #9444
    #9446
    Wes
    Moderator

      You have to change the image size in your functions.php file to the exact size of the logo you are uploading first. Then upload your logo and you won’t need to crop anything.

      Looks similar to this –

      // Add support for custom header
      add_theme_support( 'genesis-custom-header', array(
      	'width' => 160,
      	'height' => 120
      ) );<!--formatted-->
      #9447
      David
      Customer

        Thank you for the response. That worked, however now I have too much margin at the bottom?

        Any suggestions for that?

        Thanks again.

        #9450
        David
        Customer

          Any advice on the second question above?

          #9455
          Wes
          Moderator

            That is actually padding coming from the widget on the right –

            .header-image .site-header .widget-area {
                padding: 40px 0;
                padding: 2.5rem 0;
            }

            Line 1974

            #9457
            David
            Customer

              Is that in the style.css or the functions file as well.

              Reason I ask is I actually made an adjustment to that area in the style.css file yesterday but did not see any difference.

              Thanks again.

              #9468
              David
              Customer

                I have adjusted that setting in the css but it still does not change anything.

                Any advice on that?

                #9469
                David
                Customer

                  Found it, needed to edit the REM.

                  Thanks for the help and support.

                  #9476
                  Wes
                  Moderator

                    Sorry, we get a lot of posts here so I must have missed your recent questions by mistake. Glad you got it figured out! Just let us know if you need anything else.

                  Viewing 9 posts - 1 through 9 (of 9 total)
                  • The topic ‘Epik logo image in header not adjusting correctly’ is closed to new replies.