[ad_1]
I have created a sticky header by adding the given code in additional CSS setting in customization. I have liked the primary menu items to different sections but the sticky header is hiding the headings of those sections under it. Can anyone help?
CSS Code:
.site-header {
position: fixed;
width: 100%;
}
