Reply To: Individual header image

Home Forums Support Individual header image Reply To: Individual header image

Home Forums Support Individual header image Reply To: Individual header image

#98734
Tom
Lead Developer
Lead Developer

Aha – this CSS will work:

.inside-header img {
    position: relative;
    vertical-align: bottom;
}

GeneratePress usually does this for you, but only when the header image is inside the .site-logo element.