Avada › Forums › Community Forum › Sticky Secondary Header (Contact Info + Social) › Reply To: Sticky Secondary Header (Contact Info + Social)
I had this same question and submitted a support ticket. The response was:
First, disable the Sticky Header in the section “Header->Sticky Header” of your theme options panel.
Then, write the following code in the field Custom CSS:
.fusion-header-wrapper {
position: fixed !important;
z-index: 99999 !important;
top: 0 !important;
width: 100% !important;
}
#wrapper {
padding-top: 100px !important;
}
It worked however, some of my page content is disappearing behind the header. Hopefully this works for you.