Hello,
We all have probably noticed that the search bar does not fit properly into the navigation bar, yet we ignore it. The truth is that if we knew how easy it is to correct this issue, we would all fix it. Therefore, I am hereby to guide you through the steps of accomplishing this simple task.
1. Open ./styles/cbv2new/theme/main.css
2. Find
.s_bg { background:url(../images/search.png) no-repeat; width:359px; height:29px; margin:0px; padding:0px; -moz-border-radius:4px 0px 0px 4px; border:1px solid transparent; }
and replace it with
.s_bg { background:url(../images/search.png) no-repeat; width:356px; height:29px; margin:0px; padding:0px; -moz-border-radius:4px 0px 0px 4px; border:1px solid transparent; }
3. Save and Upload.
There you go! You can now go browse your website and see how the search bar now fits into the nav bar. If you have any questions or comments, please do not hesitate to write them below!
Best Regards,
Richi