Hi,
I recently activated the mobile theme plugin. I am facing some problems and solving them with the help of the support team.
I just noticed that when I activate the mobile theme plugin, the site icon and the search button are overlapping in the mobile top menu. But if I deactivate the plugin and just use the default responsive theme, the site logo and the search icon are appearing all right. I also noticed in the mobile theme section of the theme panel, there is no option to choose a logo for mobile. Whereas in the Header panel of the theme panel, I am using the same image as logo for desktop and mobile.
my test site is http://www.harishzone.com/test
Hello svharishtech,
I have checked your website and I did not saw any problems with your search icon, like this -> http://screencast.com/t/ZNty43MQtP Please try to clear all your cache and test it again. Also, if your problem is still there, please try to disable all the active plugins, leave just Visual Composer to active and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Also, if you want to change the logo for your mobile, please check here -> http://screencast.com/t/Q3Hbc0ReEIgc
Thank you for your understanding!
Hi,
I just noticed that this issue is only on smaller screen mobiles. When i try to open it in Iphone 5s, it is coming as this.
whereas if i open in iphone 6, it is coming correct as shown in your reply.
Hello svharishtech,
I have checked your website and I saw the problems with the search icon. Indeed, it is a mini-bug in our theme and we will fix in near future update. Until this, please try to use a bit of CSS code to fix it. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-main-menu-logo img {
max-width: 70%
}
The result you should see here -> http://screencast.com/t/DltuwgdzDc
Thank you for your message!
