Reply To: Customise Header

Home Forums Support Customise Header Reply To: Customise Header

Home Forums Support Customise Header Reply To: Customise Header

#241467
Tom
Lead Developer
Lead Developer

Hmm, looks like this is caused due to the method you’re using to merge the site logo and the navigation.

1. Remove this CSS:

.site-header {
    position: absolute;
    width: 100%;
    left: 0;
}

2. Add this CSS:

.site-header {
    display: none;
}

3. Set the navigation logo to display on “Static + Sticky”.