Archived topic
Replace the hamburger menu
17 replies · Started by Mårten on February 1, 2022
I see.
The whitespace at the top is coming from the Menu plugin you’re using: https://share.getcloudapp.com/Wnuy46GD
Moreover, this menu you’ve added has a fixed position set and if you remove this, you’ll see that it’s placed in the location you’re going for: https://share.getcloudapp.com/mXuYoGmz
It would be best to reach out to the support of this plugin and see if they can assist you with regards to the settings of this menu.
If you wish to use code to overwrite the ones coming from the plugin, here is a CSS code you may try:
button#rmp_menu_trigger-12531 {
position: static;
}
However, as mentioned, it would still be best to reach out to the support of this plugin with regards to its settings and functionalities.
Hope this clarifies. :)
Hi again!
Thanks for your service, awesome!
It looks like we solved the problem to replace the theme menu with the Responsive menu.
We are now in process to build up a new webshop and have the same problem as before. Do we need to do someting different now because it´s a webshop where a shopping cart is available?
We tried to replace the theme menu with Responsive Menu in the same way as we did before but doesn´t suceed.
We got info from the plugin author:
To replace your theme menu with the Responsive menu button. You need to place the Responsive menu shortcode at the exact same place where your theme menu is placed.
Thanks!
It being a webshop makes no difference, the same hook exists as long as the Customizer > General --> Structure is set to Flexbox.