Hi,
Thanks for the kind words. in that case enable only the left menu, and for the Header select the Text option instead of the logo and clear that Logo Text field.
You will also need to change the background color of the header to match the color of your background or you can make it transparent using the custom css below(you can add it to the custom css field that exist in the general options)
@media only screen and (max-width: 1200px){
.mobmenu-push-wrap {
padding-top: 0px!important;
}
.mob_menu_header_div {
background-color: transparent!important;
}
}
Clear the browser cache after that.
Let me know it it worked.
-Takanakui
It worked…!
Thank you so much.
Have a nice day.
Hi,
Also, I’m using Sticky Popup plugin
https://ww.wp.xz.cn/plugins/sticky-popup/
so when we activate WP mobile menu with the default setting, the above plugin not working properly.
Please find the attachments.
https://goo.gl/bSC8wE here the wp mobile menu plugin activated.
https://goo.gl/epc7sB & here it’s deactivated.
I hope you got my query.
Hi,
Can’t see those screenshots, can you share them in Dropbox or a similar service.
Or send them in an email to takanakui at gmail dot com
Thanks
-Takanakui
http://prntscr.com/dof93s wp menu plugin deactivated.
http://prnt.sc/dof9iv wp menu plugin activated.
Thanks
Shridsan
Can you share the url of that page?
Thanks
-Takanakui
http://buddhistparinay.com/
but right now the wp menu plugin is deactivated.
try to activate the WP Mobile Menu and add the code below to custom css option.
Adjust the padding-top value to the desired position.
.header-wrap{
padding-top:70px!important;
}
Hope it helps.
-Takanakui
Hi,
Thanks for the reply.
I tried the above one, but rather than solving previous error it showing as
http://prntscr.com/dpdp13
Regards,
shridsan
in that case try a lower padding-top value. maybe 20px.
That email element is something that they hided behind the popup, not the best way to do it.
-Takanakui