Please Log in or Create an account to join the conversation.
You can prevent the hamburger menu using CSS. See the below topic on how to do this.What is the best way to not use the top hamburger menu in the profile on mobile phones. I would like to use the standard "big" menu instead. I don't have so many links here, so I think that they will fit without using the hamburgers. Can I override this media query in some way so that the regular menu is always used?
Only way to do that is with CSS. You'd need to convert the navigation menu to a flexbox usage then use the flex order CSS style to change the order.Is it possible to rearrange the submenu items. For example to move the "Report User" from the "Moderate" Menu, to the "View" menu?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Adjust the CSS to whatever you like or add more custom CSS to remove padding and margins.Great, that works! I need a few more px. How can I reduce this space here and make the menus a bit closer to the left edge?
Add the following inside the media style.Also, when I use the "Without Scrolling" CSS.
If I set the tab "My connections" as a Nested tab menu, it shows the tab both as nested AND as a normal tab. Like this
Please Log in or Create an account to join the conversation.