Hi
Running ZenCart 1.3.8 with custom template
url: whatacandle.co.uk
on default template it looks fine but on customised one text
in the search box at the top is aligned to the top
tried to play with stylesheet.css but cannot work it out.
Below is the lines of code from stylesheet
/* topSearch */
#topS{ width: 300px; height: 96px; float: left; }
#topS .navMainSearch{ text-align: left; color: #000000; font-size: 11px; margin: 40px 10px 0px 15px; }
#topS form{ margin: 0; padding: 0; }
#topS input{ float: left; }
#topS input#inputsearch{ width: 130px; margin: 0 5px 0 0; padding: 0; font-size: 11px; border: 1px solid #8D9EB2; color: #000000; height: 20px !important /*Non-IE6*/; height: 22px /*IE6*/; }
#topS input#inputsubmit{ margin: 0; padding: 0; border: none; }
worked out that in the line before last if change color it will change color of the text but can't work out to change alignment
any ideas ?



