Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Eastepp. Welcome to the Hueman forum. Try adding the following CSS to a child theme style.css file or a plugin like Simple CSS:

    /* make image responsive */
    .site-title img {
      width: 1400px;
      height: auto !important;
      max-height: 240px !important;
    }
    /* remove padding to fit image in header */
    #header .pad, .site-title {
      padding: 0 !important;
    }
    Thread Starter Eastepp

    (@eastepp)

    This worked wonderfully! Thank you so much for your quick assistance!

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

The topic ‘Header Logo Size’ is closed to new replies.