I'm struggling with adjusting the spacing between items in my navigation menu, specifically the li
elements that are currently too close together. I've attempted to increase the margin-left
within the .main_menu li
CSS rule, but it doesn't seem to be working.
Additionally, I'm wondering how to apply a selected
style to a menu item when it is clicked. Essentially, I want it to have properties similar to when hovering over an item (black background and blue text).
Check out this fiddle for reference: Fiddle Link