Hi @paul-maz ,
It’s difficult to provide you with some CSS code without being able to view your site, but adding this CSS code might get you in the right direction:
@media screen and (min-width: 768px) {
.site-branding {
margin-bottom: 0;
}
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
padding-top: 0;
}
}
@senff
Thank you so much for your reply. That absolutely did the trick. Honestly I spent 2 days looking for the answer and was about to give up. Elegant answer. Again, thank you much!