Got it! It was here:
.nav {position: relative; width: 96%; background: #fff; display: block; padding: 2%; margin-top: 40px; clear: both; line-height: 1em; text-transform: uppercase;}
and I had changed it to display: inline-block;
Thank you so much!
Problem solved. I set up the whole blog again.