Comments Udbye7120 started the conversationMay 28, 2020 at 1:24pmHi,I have just recently discovered that the search-function is missing when you access the blog on a tablet horizontally. Is it possible to show the search-icon when viewing horizontally on a tablet.Thanks,Thomas 2,700PenciDesign repliedMay 28, 2020 at 3:19pmHi,It's not missing - it still there. But when you viris your site on tablet, the width of navigation is not enough and it drop to a new line.There is 2 ways to solve it:1/ Make your main menu shorter. Now, it's too long on tablet.2/ Make the mobile menu appears when you accees to the horizontally tablet - by add more this code to Customize > Custom CSS: @media screen and (min-width: 961px) and (max-width: 1170px) { #navigation .button-menu-mobile { display: inline-block; } #navigation .menu { display: none !important; } #sidebar-nav { display: block; } } Best Regards,PenciDesign Sign in to reply ...
Hi,
I have just recently discovered that the search-function is missing when you access the blog on a tablet horizontally. Is it possible to show the search-icon when viewing horizontally on a tablet.
Thanks,
Thomas
Hi,
It's not missing - it still there. But when you viris your site on tablet, the width of navigation is not enough and it drop to a new line.
There is 2 ways to solve it:
1/ Make your main menu shorter. Now, it's too long on tablet.
2/ Make the mobile menu appears when you accees to the horizontally tablet - by add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign