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.
I'm currently challenged by a site my group has inherited. The site is not built with the typical blocks, views, and regions that I'm used to, but rather, about 150 custom template files seem to form the backbone of the site. Progress has been very slow.
I now understand a lot more about the standard variables that come with Drupal core, such as $page, $title, $logo. These are often listed in the comments within standard template files. It's the custom variables that are hard to track.
I have some D7 sites built and I have made some POCs on D8 (fortunately I know Twig quite well as I have used it on other "pure" PHP apps) but can't say I am a guru in either of them.
I have to implement a block-based layout for my client (in-house) in Drupal 8. By block-based I mean a layout where there are three different block-sizes that may be stacked lines over each other like in Windows phone (wide: 2 x 1, or two side by side (1x1 + 1x1) Each 1x1 may also be built from 4 0.5 x 0.5 blocks.
I'm admittedly a complete newbie to Drupal - I only started using it last month and I've been slowly learning theme development bit-by-bit for my job. One issue I have had with the current site I'm working on is that the administration toolbar doesn't seem to want to be styled correctly, unlike another site I themed and finished earlier.