I am just getting started with Drupal, and seeing how Drupal 8 just came out, I figured I'd just start with it.
I managed to create a new theme, to make the front page pretty much look how I want it.
The problem I am facing is that I need to have the registration form on the front page, maybe in a pop-up.
I could really use a step by step mini-tutorial of how I can achieve that.
I have a dropdown menu I created but I have an issue.
The menu works as intended if my header height is big enough to encapsulate the whole menu height
So if my navigation is 150px tall at the tallest point and my header height is set to that there is no problem, other than my main content doesn't show up on the page until 150px down.
If my header height is set to 50px as soon as I start mousing over the sub items and I go below the set height of the header the sub menu disappears.