Hi @astrudwick,
I will have an option for that in the next update( in 1 or 2 weeks)
For now follow the steps below.
Add the code below to your custom js option.
jQuery( document ).ready(function() {
jQuery( 'body' ).after( jQuery( '.mob-menu-header-holder' ).detach() );
});
Also add this custom css.
.mob-menu-header-holder {
position: absolute!important;
}
Clear the cache and test again. Let me know the result.
I want to do the same thing, i entered the codes but..
How do i clear the cache?, i’m not that pro with WordPress jet.
@dearhunter92
If you have any cache plugin you need to go the plugin options and purge the cache.
What is your site url so I can check it?
@takanakui
The site i’m working on is zjdesign.nl
@dearhunter92 Thanks.
Can you place the CSS I provided above in the Appearance-> Customize -> Additional CSS
@takanakui
It worked, perfect! thank you!
Great. I’m glad it’s sorted.