header navigation positioning

Permalink
Hi gents,

My live website for a summercamp is:http://www.10optien.be
If you visit it you ca clearly see that the nav is out of place. It should be places lower so that the letters of the navs are about the middle of the height of the logo on the left.

I have found no way to do that. People said on the forums I can do such things with
CSS. I understand CSS but don't know how to work with CSS in C5.

Anybody understands my problem and can help me?

Thanks in advance!
Cheers,

Max

 
Steevb replied on at Permalink Best Answer Reply
Steevb
Try opening main.less file and place code below at very bottom. Adjust margin to suit.
.ccm-responsive-navigation{
margin-top: 20px
}
@media screen and (max-width: 768px){
.ccm-responsive-navigation{
margin-top:0
}
}


See how you get on.