
Originally Posted by
andrewnguyen
btw, if order is under $99.00 is ok. But if order is $100.00 to $1000.00 plus then the search box and button is jumped.
This bug was fixed in the latest version of the template. Find this in your stylesheet:
Code:
#navMain ul {margin: 0;padding: 0.5em 0em;list-style-type: none;text-align: center;line-height: 1.5em;margin-left:25px;margin-top:0px;font-size:130%;}
And change it to:
Code:
#navMain ul {margin: 0;padding: 0.5em 0em;list-style-type: none;text-align: center;line-height: 1.5em;margin-left:5px;margin-top:0px;font-size:130%;}
Thanks,
Anne