Having some issues with my site using the Twenty Ten template.
Codeman Services
I've set up the portfolio section of the navigation bar as a drop-down list of links (using custom menu) and can't figure out how to widen the block enough to make the links that have become two lines display as one line.
I've tried adding width: 300px to
#access ul ul {
display:none;
position:absolute;
top:38px;
left:0;
float:left;
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
z-index: 99999;
}
All it did was widen the box itself to show two columns, and left the affected links at two lines.
Any ideas?