There are no demo to have exact same mobile menu of https://theme.co/x . Pls go to this link and resize your window and you will see the mobile menu and how it’s working. When we click on the bar the menu is expanding up … But in integrity 01 menu is expanding down. I want to make it expanding up like https://theme.co/x …
Pls help.
Hi @MichaelDK,
Thanks for reaching out.
It uses custom CSS, like this.
.home .x-navbar {
position: absolute;
bottom: 0;
}
.home .x-navbar.x-navbar-fixed-top, .home.admin-bar .x-navbar.x-navbar-fixed-top {
position: fixed;
top: 0;
bottom: auto;
}
With the combination of full-screen slider, else, it’s not gonna work as expected. You may enhance it but we can’t provide support customization especially each is added for a specific purpose and not meant to be copied.
And it will only work on X theme and on home page with slider.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.