Quote Originally Posted by countrycharm View Post
I installed link manager, but my ? is how do I adjust the size of the box that holds all the links. It is over running my side box. I have already tried to adjust it. It doesn't help. Here is my link
http://www.TheGoodShepherdStore.com
In your includes/templates/YOUR_TEMPLATE/css/stylesheet.css change this on line 331.....

Code:
form, select {
display:inline;
font-size:1em;
margin:0.5em;
CHANGE TO

Code:
form, select {
display:inline;
font-size:1em;
Hope this helps!