Hi,
I’m not sure I understand, the logo it’s displayed on your mobile only if you chose header style 2? Please provide more details and also a link to yours site so I can check this, also make sure you add the logo like this, and use other that header style 1, like this: http://screencast.com/t/6TRpQoTi and check if it’s working, I have tested this and works fine.
Using the settings I have sent you in the screen, it looks like this:
*on desktop: http://screencast.com/t/Xv4Iyplj8PwB
*on mobile: http://screencast.com/t/zICHM1O6U
Please also make sure you disable the plugins and try again, it might be due to a plugin.
Hope this helps!
Thanks
Hi,
Please make sure you have set the both logos right then check again, if this is still happening please send an e-mail at contact@tagdiv.com with wp-admin user and pass so we can check this, also send an URL to this topic or specify this issues details.
Thanks
Hi,
Please add this custom css in theme panel > custom css:
@media (max-width: 767px) {
.td-menu-background {
z-index:2;
}
.header-style-3 .td-logo img {
height: 48px;
top: 0px;
position: fixed;
width: 180px;
}
}
Modify the height and the width to enlarge the logo on mobile screens.
Should work like this: http://screencast.com/t/fcPUHPX2drG1
Thanks