widen drop down menu tabs?
-
Is there a way to widen the width of the drop down tabs on the top menu so that I can use longer titles on them? I’m using Motif theme.
The blog I need help with is: (visible only to logged in users)
-
Hi, thanks for mentioning the theme you’re using! (Otherwise I wouldn’t know since your site is set as private).
The original CSS that sets the dropdown width is this:
.main-navigation ul ul a { width: 203px; }So, in your custom CSS you can use that but add your own number, for example:
.main-navigation ul ul a { width: 250px; /* Now with 47 more pixels! */ } -
Thank you, thank you!!!! Will try it!!! You’ve made my day, everything was set up to my tastes but I was shortening drop-down tab titles and losing meaning to make them fit the space :)
-
-
Worked perfectly!!! Hurrah! Sorry about the “private” setting, I’ve got too many connections that will look the minute I make it public. It’s taken me 6 mos to get it to reasonably viewable, and I want it all together before it goes public :)
- The topic ‘widen drop down menu tabs?’ is closed to new replies.