• Can someone tell me where i can change the height of the header image that is displayed on top of each page?

    thanks in advance

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello wilbro,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .top-header{
    	min-height:300px !important;
    }
    

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Changing height header image’ is closed to new replies.