I don’t want the headers smaller, I just want the actual links smaller. What is the best way to just change those?
I tried adding this .nav { text-align: left; color: #7D8085; padding: 20px 0 0 0px; width: 200px; font-size: 80%;}
but all it did was make the text inside the lines smaller. So for example, where my banners start on the sidebar, lines up with the superficial tee whether I set it to 50% or 100%. Does this make sense?
EDIT: I think I fixed it with this line “Padding 5px” to “0px”