Navdeep Posted December 19, 2023 Share Posted December 19, 2023 Hi, I needs a solution as in mobile the top right header page when it opens, the button below get hidden under mobile bar...how to adjust this button to upwards as i am not getting any solution on my own. Link to comment
Solution HerMessyBun Posted December 19, 2023 Solution Share Posted December 19, 2023 It's only hidden because your mobile information bar is not disabled. When it's disabled you can see the button just fine. If you want your mobile information bar on, then I'd recommend shortening your mobile nav with this css: .header-menu-nav-folder-content { flex-grow: 0; text-align: left; } Let me know if this helps! xo Danielle tuanphan and Navdeep 1 1 Link to comment
Navdeep Posted December 20, 2023 Author Share Posted December 20, 2023 Hi Danielle, This code worked just perfectly. Thank you Navdeep Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment