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:
.floating-header:not(.sticky-header) .mega-menu .mega-menu-content
and replace it with:
.floating-header:not(.sticky-header) .mega-menu:not(.mega-menu-small) .mega-menu-content
- Find the following code in the
demos/seo/seo.css File:
#header:not(.sticky-header) #header-wrap .container
and replace it with:
#header:not(.sticky-header) #header-wrap > .container
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.