The search box of this template doesn't show in mobile view. Here are my notes on how I got it working, if this may be of help to others. I repeated all the same steps for tablet views. My line numbers may be a little different from others because of other customizing I've done - but the changes given should be near by on your files if you look for the text match. I'm not a coder - these are just my hacks.

Mobile Search Jan 12 2017 -
found recent post from Anne answering how to turn on mobie search. Post #1267 here: https://www.zen-cart.com/showthread....ch#post1324016

~#248 change to-
Code:
#navMainSearch{float:none;width:100%;border:1px solid #000;/*display:none;*/}
and add this new line right underneath:
Code:
.search-header-box{width: 75% !important;padding-right: 1.5em;}
~#364 change #navMainSearch to top:0px

This puts the search in mobile portrait view only

For Mobile Landscape - ~#174 change #navMainSearch to top:0px
~#51 change to-
Code:
#navMainSearch{float:none;width:100%;border:1px solid #000;/*display:none;*/}
and add this new line right underneath:
Code:
.search-header-box{width: 80% !important;padding-right: 1.5em;}
Format Tweaking Search:improved by adding a bit of a margin around left side of css search button. To tweak the search button - stylesheet.css around #91 - change top:5px; and margin-left:10px; Do the same on #90 which is the hover on search button.
For some reason this increases thickness of menu ribbon - adjust this around #100 changing .stripe {height:30 From 42.

This makes upper stripe good but distorts footer stripe (on Desktop view). So - I split the <div>. Leave stylesheet.css #100 as is with my height change from 42 to 30. Copy this line and define new .stripeFooter - same line but leave the height at original 42. Then in incl/temp/RSB/common/tpl_footer ~ #43,change div to <div class="stripeFooter">