Thank you. Can you also help me with moving my navigation menu down?
I used this CSS:
main-navigation li a {
padding-bottom: 0;
}
However, the drop-down menu moves with it and it no longer touches the header. How do I keep the drop-down menu where it is?