Reply To: Cannot create full sized header

Home Forums Support Cannot create full sized header Reply To: Cannot create full sized header

Home Forums Support Cannot create full sized header Reply To: Cannot create full sized header

#235268
Tom
Lead Developer
Lead Developer

Hi there,

It looks like you have this CSS added to your child theme:

.site-logo {
    width: 20%;
    float: left;
}

Removing that should allow your header to be full width 🙂