• I’m trying to figure out how to adjust the height of the header so that I can have a larger logo. I haven’t been able to find a way to do that in the settings for the theme. Am I missing it or is there another way I need to do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @nabucko

    To adjust the height the height of the header at first you need to go to Admin Panel / Appearance / Customize / Advanced options / Custom CSS.

    Then add the following code there.

      .brand.span3.pull-left img {
        max-height: 200px !important;
        height: 170px !important;
    }

    Hope this will resolve your issue.

    If you have any problem while achieving this result please let us know.

    Best Regards!!

    Thread Starter nabucko

    (@nabucko)

    @teeru

    Absolutely perfect. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adjusting header height for logo’ is closed to new replies.