Home Forums Azuma Pro How can I make the logo larger? Reply To: How can I make the logo larger?

#11691
Andy
Keymaster

It looks like you have made some changes to the header layout in your child theme, but not changed it so the logo can go bigger than the standard area it is allocated.

Try adding this CSS also:

@media only screen and (min-width: 1025px) {
    #masthead > .container {
        grid-template-columns: 100%;
    }
}