The header bar that contains the main nav is overlapping the content on every page of my site. Please help. Thank you in advance!
Hey web4698,
Please try the following in Quick CSS under Enfold->General Styling:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 170px;
}
Best regards,
Rikard
That didn’t work in Safari, Firefox nor Chrome. It did seem to work in Microsoft Edge. Any other suggestions?
Hi web4698,
You can try to add !important and see if the issue gets resolved:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 170px !important;
}
Best regards,
Victoria