2.jpg
2. I have a transparent logo which I want to overlap over the menu. I managed to do this by changing from line 315 in style.cc like this:
#masthead .row {
position: relative;
margin-top:30px;
margin-bottom: -40px;
padding-bottom:15px;
min-height: 60px;
z-index: 9999999;
BUT I do not think this is the correct/clean way to do this, as it doesn´t show properly on resizing the screen... any better ideas solutions?