Site logo

Archived topic

Remove Extra spacing

3 replies · Started by Sourabh on June 22, 2021

Viewing posts 1–4 of 4

Hi,

In the header getting some space during scroll, How to remove that, (Refer snapshot)..

Regds

Hi there,

This happens when the sticky navigation trying to merge with the header and the header height is greater than the sticky navigation height. The light grey line is a box shadow added to the sticky navigation.

You could either remove the box shadow by using this CSS:

.sticky-enabled .main-navigation.is_stuck {
    box-shadow: none;
}

or use Navigation as a header option at Customizer > Layout > Header.

Let me know :)

Fine, Thanks

You are welcome :)

This archived topic is closed to new replies.