This should be an easy problem to fix.

3rd depth links in my menu appear below their parent by exactly 85px.

See screenshot: Boldy nav

I have noticed that in the template css the menu is positioned by the attribute- top:85px;

Removing top:85px; fixes the alignment of 3rd depth links but the menu is not in the correct position.

How can i make it so that 3rd depth links no longer inherit the top:85px attribute?

I cant find the right selector for this.

Please help! Great theme btw got to be one of the best ports.

CommentFileSizeAuthor
boldy-nav.jpg32.65 KBJack_S
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

the_g_bomb’s picture

Just swinging away here. I'll test this out and fix it properly, but in the meantime, you could try:

#mainMenu .block-superfish ul li ul li ul{
top: 0;
}
Jack_S’s picture

Cheers the_g_bomb! That worked very well thank you, much appreciated!

the_g_bomb’s picture

Commited a fix

the_g_bomb’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.