- Issue created by @msn5158
- πΊπΈUnited States flashwebcenter Austin TX
Hello,
To disable sticky behavior for the primary menu, you can add the following CSS either in your sub-theme stylesheet or within the Solo theme settings:
#primary-menu { position: static !important; }
Best wishes,
Alaa