Hello.
I am using Demo 21 theme. When I view the demo on my mobile phone, the menu stays open until the page is loaded, and that image appears every time the page is changed. this is undesirable.. how can i fix this?
Hi,
Noted, we will fix it in the next update. You can easily fix it by just changing the single class:
<div class="header-bottom d-flex ....">
</div>
<div class="header-bottom d-lg-flex ....">
</div>
It worked, thanks..