Hello,
Apologies for the Inconveniences caused and Thanks for reporting this. There is a minor bug in the Code.
- Find the following code in the
style.css File:
[ch_pre type="css"].floating-header:not(.sticky-header) .mega-menu .mega-menu-content[/ch_pre]
and replace it with:
[ch_pre type="css"].floating-header:not(.sticky-header) .mega-menu:not(.mega-menu-small) .mega-menu-content[/ch_pre]
- Find the following code in the
demos/seo/seo.css File:
[ch_pre type="css"]#header:not(.sticky-header) #header-wrap .container[/ch_pre]
and replace it with:
[ch_pre type="css"]#header:not(.sticky-header) #header-wrap > .container[/ch_pre]
This will definitely fix the issue. We will release an Update shortly to address this. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.