Hi All,
I'm looking to change the width of the drop down navigation. Some of the page titles are long and are getting broken up into two or three lines.
Any help is greatly appreciated - I searched around with no results.
Thank you in advance!
Hi All,
I'm looking to change the width of the drop down navigation. Some of the page titles are long and are getting broken up into two or three lines.
Any help is greatly appreciated - I searched around with no results.
Thank you in advance!
Hey,
you can adjust the width in style.css - search for following code:
#top #nav ul {
display:none;
left:-19px;
position:absolute;
top:35px;
width:172px;
}
#top #nav li ul a{
width:128px;
height:auto;
float:left;
text-align:left;
padding:0 21px;
}Thank you Dude!
I was able to modify the css but still not able to get it to set the width equal to the widest row in the drop down.
Can you post a link to your website please?
You must log in to post.