iraklis

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Logo problems #11429
    iraklis
    Customer

      Having a look around the theme files i found two places:

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

      functions.php
      // Add support for custom header
      add_theme_support( ‘genesis-custom-header’, array(
      ‘width’ => 360,
      ‘height’ => 164
      ) );

      Can someone confirm that these are the ones that need to be changed? Thanks!

      in reply to: Logo problems #11428
      iraklis
      Customer

        As it appears php-gd wasnt installed. Installing it fixed the problem.

        Now for the second part of my question: how is it possible to have a smaller logo image ? eg 100×80, thus minimising the header? If i try to upload a small image it gets enlarged.

        Cheers

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