Only on smartphone display: Everything works fine until after the menu is displayed. When "close" the menu again, the header no longer appears (as a sticky menu).
Hi delinea
You can try with this custom css:
@media (max-width: 992px) { .t3-header { position: fixed !important; margin-top: 0 !important; } }