BUG FOUND IN RESPONSIVE CLASSIC:
In our further testing of the latest version of the Color Change Mod, we found an error in the existing files of the responsive_classic.
In line 233 of includes/templates/responsive_classic/css/responsive_mobile.css, the following needs to be changed from
Code:
#menu-search input[type=text]{vertical-align:top;display:inline-block;border:0;width:48% !important;height:32px;margin:0;font-size:0.9em;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
to
Code:
#menu-search input[type=text]{vertical-align:top;display:inline-block;border:0;width:58% !important;height:32px;margin:0;font-size:0.9em;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
This allows the customer to see all of the text in the input.