Quote Originally Posted by picaflor-azul View Post
Add this:

Code:
#navMain ul li a{padding:0;}
to the bottom of your stylesheet.css

Thanks,

Anne
Hi Anne,

I was having a similar problem but changing to below would make the search box go to the next line again whenever you went to Home or any other Category

Code:
#navMain ul li a{padding:0;}
Changin the line below in the stylesheet seems to work, is it OK to do this?

Code:
#navMain ul li a {text-decoration: none;padding: 0em 0.5em;margin: 0;color: #fffede;white-space: nowrap;}
to

Code:
#navMain ul li a {text-decoration: none;padding: 0;margin: 0;color: #fffede;white-space: nowrap;}

Thanks!!!