Reply To: Make site logo wider than content?

Home Forums Support Make site logo wider than content? Reply To: Make site logo wider than content?

Home Forums Support Make site logo wider than content? Reply To: Make site logo wider than content?

#167288
Tom
Lead Developer
Lead Developer

You could try this CSS:

.inside-header.grid-container {
    max-width: 1500px;
    text-align: center;
}

Shot in the dark since I can’t see the site, but it may help.