Jump to content
Sign in to follow this  
bobnotrob

Menu space

Recommended Posts

bobnotrob

Getting this very annoying space between the primary nav and the flyout submenu. Any thoughts on how to fix? LIEep.png

Share this post


Link to post
Share on other sites
Andrew

Could help with a live link, use firebug to see what's causing it then add custom css to fix.

Share this post


Link to post
Share on other sites
bobnotrob

Am working on getting you a link as soon as I figure out what to upload to remote site. Thanks. BOB

Share this post


Link to post
Share on other sites
bobnotrob

I finally have a link to show you so you can help... MTR

Share this post


Link to post
Share on other sites
Andrew

Looks like you need to get rid of some borders... ` #nav_row.main_nav, .main_nav ul.sf-menu ul li { border-bottom: medium none; } ` to start.. are you experimenting with Firebug?

Share this post


Link to post
Share on other sites
bobnotrob

I have been switching between Firebug and Safari Web Developer. I still don't see where you pulled that code from though.

Share this post


Link to post
Share on other sites
bryan-hadaway

Add the provided code to Custom Code > Custom CSS and if it's still not quite right we can work on it further. Thanks, Bryan

Share this post


Link to post
Share on other sites
bobnotrob

That code actually got rid of the line separating one submenu item from another, i.e., the line between "Getting Started" and "Download Forms". The space still exists.

Share this post


Link to post
Share on other sites
bryan-hadaway

Aaah, ` #nav_row.main_nav, .main_nav ul.sf-menu ul li { border-bottom: 1px solid #000; } ` Thanks, Bryan

Share this post


Link to post
Share on other sites
bobnotrob

Nope. Sorry. Perhaps I will just accept the space and grow as a person because of it :)

Share this post


Link to post
Share on other sites
Kate

@Bob I'm sure there's a couple different options, but this is one:

.sub-menu{margin-top:-2px !important;}

Share this post


Link to post
Share on other sites
bobnotrob

Thanks but still a space. I'm still trying to figure out where Andrew pulled that code from because I can't locate it using Firebug or anything! It does appear like a border issue but all my borders are set to zero...or so I think.

Share this post


Link to post
Share on other sites
cmunns

You have to be a sneaky ninja to fix dropdown css issues :) `.sf-menu li:hover ul, .sf-menu li.sfHover ul {top:32;}`

Share this post


Link to post
Share on other sites
Kate

@Bob Hmmm... It worked when I tried it. But, hopefully @cmunns solution will help ;)

Share this post


Link to post
Share on other sites
bobnotrob

I don't know why it didn't work the first couple of times I tried your solution but it worked today, Kate. Thanks to all of you who assisted...you really do have to be a sneaky ninja. :)

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  

×