Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Mainmenu, mainMenuSub and subMenuSub

Home Forums Older releases 1.0.x Mainmenu, mainMenuSub and subMenuSub Reply To: Mainmenu, mainMenuSub and subMenuSub

#3079
konne
Participant

Thank you

I have now inserted this selector into my shadow css-file:
@media (min-width: 768px) {
#main-menu{width: 300px;}
#main-menu > li > a{padding-right: 3px; }
}

The #main-menu > li > a{padding-right: 3px; } works perfect and I can have text all the way to the right border. And what is more: The items seems have stopped to change hight on focus / not focus. The menu is now well underway to be a dream to use.

Then ‘#main-menu{width: 300px;}, #main-menu{width: 200px;}, #main-menu{width: 500px;} does not change a thing on the total width of the main menu.

And a new one:
On the left side of my menu-texts I have an unused space of some 20px.
I believe it is space reserved for the ‘subIndicatorsText’.

I do not use the subindicators (have set the indicator to space).

I might suggest that you in the next release introduce a js-parameter ‘subIndicatorsDisplay’ true|false. On false the space should be released for menu-text. – With a posibility for ‘ #main-menu > li > a{padding-left: 3px; }’.

In the meantime any suggestion on the change of the total width of the main menu?