Hi Guys. I have used this css snippet in order to fix my header widget to top of page.
@media (max-width: 979px) {
.x-btn-widgetbar {
position: fixed;
}
}
It works perfectly. The problem i have is on mobile screen. If you are halfway down the page and hit the widget bar icon, it opens at the top of the page, and not where the user is on the page.
So, effectively the user keeps clicking the button to open the bar. And it doesnt open. They wouldnt think to scroll back to top of page to see contents.
Can you help me fix the dropdown content to top of page, along with widgetbar icon.
I will put my site in secure note, as it has a password to access it.
Cheers
Max