Closed gabrielf11 closed 3 years ago
Try adding padding-top: ##px;
to the CSS for the navbar dropdown box element, 5 or 10px should be good enough, I think. (I could also try making a pull request if you want).
Ok. I'll try that. Thanks for the help!
Ok, so after some testing I found that margin-top: 10px;
worked, but for some reason if I add that to the style.css or the
On the navbar, since it's made with bootstrap, I'm not sure how to change the distance between the navbar and the navbar dropdown. Because of this, on most browsers, the dropdown overlaps with navbar. Here's a picture: Does anyone know how to fix this?