Sure, here’s a screenshot! I hope this helps. Thanks so much!
http://www.400yaahc.gov/files/2022/07/400YAAHC-CSS-Question.pdf
-
This reply was modified 3 years, 10 months ago by gournelo.
Thanks for your reply! I have a feeling the two things are related, but both, ideally. Thanks!
Thank you! That WORKED! You’re amazing, it’s been driving me crazy.
Any suggestions on how to make the menu narrower (shorter)? I tried changing the padding in CSS but that didn’t work, so I’m guessing I put in the wrong element.
I used:
.main-navigation li {
padding-top: .3em;
padding-bottom: .3em;
}
and:
nav#site-navigation {
padding-top: 0em;
padding-bottom: 0em;
}