Site logo

Archived topic

Add a div in the mobile menu

5 replies · Started by META on December 18, 2017

Viewing posts 1–6 of 6

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

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?

This archived topic is closed to new replies.