New Zenner
- Join Date:
- Feb 2007
- Posts:
- 77
- Plugin Contributions:
- 0
Andover Modern Template Support Thread
picaflor-azul:
Add this:
#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
#navMain ul li a{padding:0;}
Changin the line below in the stylesheet seems to work, is it OK to do this?
#navMain ul li a {text-decoration: none;padding: 0em 0.5em;margin: 0;color: #fffede;white-space: nowrap;}
to
#navMain ul li a {text-decoration: none;padding: 0;margin: 0;color: #fffede;white-space: nowrap;}
Thanks!!!