Jump to content
Sign in to follow this  
gormanit

Subnav items width

Recommended Posts

gormanit

Hello, I just upgraded to 1.3.2 and when I hover my main nav, my sub nav item containers are way too wide. They are approx 700px wide. I went into superfish.css and changed ul.sf-menu ul li to width:200px and clear:both; from width:100%. This contains all of li nicely, but now the shadow is completely off. Is there an easier more appropriate way I should be doing this? Thanks.

Share this post


Link to post
Share on other sites
Kate

Hey James, That sounds like a strange issue... Did you happen to add any plugins at or around the same time as the upgrade?

Share this post


Link to post
Share on other sites
gormanit

I added a plugin to remove WP 3.1 admin bar. But just to check I deactivated all my plugins and The drop-downs are still very wide. I fixed the issue with this code: ul.sub-menu {width: 250px !important;} But I still dont like this problem and I will have to keep adjusting if my menu items go beyond 250px (or they will wrap).

Share this post


Link to post
Share on other sites
gormanit

for some reason ul.sub-menu is 746px by default.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×