Hi,

Firstly let me say congratulations on creating a great template.

However, here are two things that I believe need addressing:

1. Suckerfish sub-menus need to align with the parent

2. Separation of parent menu items in ie needs fixing:

I was able to do this by modifying the ie7.css file with:

/* Primary menu */

#navlinks ul li.expanded {
	margin-right: 1px;
}

#navlinks ul li.expanded a {
	margin-right: 2px;
} 

Comments

florian’s picture

Category: support » feature

1. This is by design. I preferred this aproach to have consistency between static and suckerfish menu.
2. The space between menu elements is the same across browsers. If you want to increase it, ad this line in _custom_style.css:

#navlist.links li, #navlinks a {
	margin: 0 1px 0 0;
}

The above line originates from style.css.

eezz’s picture

Hi, thanks for that.

In ie7 with the suckerfish menu enabled and some child items added the space between the tabs is removed. (strangely, the ones that have the expanded class applied)

Also, regarding point 1... I think there must be a neater way of aligning the dropdowns other than -100px.

Cheers, eezz

agent.ike’s picture

Category: feature » support

Hello,

congratulations from me too for this great theme. The alignment of the dropdowns as mentioned above is exactly the problem I have. Since my First Level Buttons are not the same width the dropdown is either too far left or too far right from compared to first level. Is there a solution for this problem yet?

Best Regards

christian

UDG’s picture

Version: 6.x-1.6 » 6.x-2.2
Category: feature » support

Is there a way to have all the Primary Links of equal size, independently of the title on each? I hope to solve the "alignment problem" this way. Thank You.

florian’s picture

Status: Active » Closed (works as designed)