Compliments for a great theme. I like it very much.

I would like to have a second menu.
This should horizontal orientated and be on the right.

Unfortunately all new menu would have that I create are vertical and on the left hand side.

If I write "ul li {display:inline;}" into the aegan/css/style.css I would have horizontal menu, but still on the right hand side.
And of course ALL menu would be horizontal, also the sidebar menus are horizontal.

Could you please help me.

I would like have only one additional menu (horizontal, right hand side and perhaps a little bit smaller and dark grey instead of black)

thanks for your support.

Best regards
Dominic

Comments

Jeff Burnz’s picture

You need the class for the menu, then you can do this:

.menu-class {
  display: flex;
  justify-content: flex-end;
}
sndo’s picture

Thank's for your tip.

I'm a css newbie. Sorry.
So I need a step by step description.

Where should I write your statement?

I use the aegan theme. The theme has some classe for the menu (navbar........).
If I create an new menu (over the Gui) there is no possibility (better said I didn't found any one) adjust the menu type/class.

Thanks for your help and patience.