Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1242695

    The header bar that contains the main nav is overlapping the content on every page of my site. Please help. Thank you in advance!

    #1243003

    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

    #1244761

    That didn’t work in Safari, Firefox nor Chrome. It did seem to work in Microsoft Edge. Any other suggestions?

    #1244826

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.