When hovering a link I want it to get an underline. The underline should be 2px strong and 4px below the text.
With
text-decoration: underline
This Line works for me:
.main-nav ul li { padding: 0 10px; } .main-nav .main-menu li a { border-right: 2px solid #262626; padding: 7px; }