Nav Menu not collapsing properly

Hi there,

So the nav bar is collapsing, but on ipad and computer, its not collapsing soon enough, and will wrap my FAQ section rather than collapsing into the hamburger menu. Is there anyway to have it not wrap at all, and have it just collapse if the window is resized? Screenshots attached

www.igniteaffiliatesgroup.com is the site.

hey there

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSSĀ in appearance - customize - additional CSS

@media only screen and (max-width: 900px) {
#header .top-header .header-navigation ul li {
margin-left: 15px;
}
}

Thanks!
Colorlib Support Team