Home Forums Pro Themes Education Hub Pro Header picture shows not the right size

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17832
    Uli
    Participant

    The header requires a picture with 1420 x 180. I prepared such a size, but it`s not shown right. Because I have choosed the box-Version of the template, my pic has 1170 x 180, but in hight is shown only 100pix.
    Is it possible to get more then the 180px and how?
    Thank you very much
    uli
    http://wp.schulamt-ffb.de

    #17899
    wensolutions
    Keymaster

    Hello @Uli,

    To adjust the height to 180px, please put this custom CSS in Appearance -> Customize -> Advance Options -> Custom CSS

    .site-header {
        min-height: 180px;
    }

    Hope this will resolve your issue here.

    #17905
    Uli
    Participant

    Thank you very much, it works!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.