Archived topic
Add a div in the mobile menu
5 replies · Started by META on December 18, 2017
Hi! Can you tell me how to add (with a hook) a div in the mobile menu (inside so the div use the sticky option)? You have an example here: Example
I try to add the div in the after header content, but nothing show.
Thanks
Alexandre
Hi there,
You should be able to use this hook: https://docs.generatepress.com/article/generate_inside_mobile_header/
I i used this hook but the div go on top?
Can you help out with the css need to have this configurartion?
Hi there,
I'm not seeing any content added in that hook?
You will likely need that div to float right like:
.div-name {
float: right;
}
I used a fixed position with content after header with a z-index.
Thanks anyway
Just to make sure you've solved this problem?