Reply To: Image alignment in Widget Header

Home Forums Support Image alignment in Widget Header Reply To: Image alignment in Widget Header

Home Forums Support Image alignment in Widget Header Reply To: Image alignment in Widget Header

#89295
Tom
Lead Developer
Lead Developer

Ah okay – this is the full working CSS:

.inside-header.grid-container {
    max-width: 100%;
}

.inside-header.grid-container img {
    width: 100%;
}

.site-logo {
    display: block;
}