Hey there! I'm currently working on adding a red hover box for my Menu. The issue I am facing is that the hover box is displaying below the menu line. I am attempting to adjust the hover box to move a bit higher or up. You can view the image here: https://i.sstatic.net/q16jo.jpg
CSS:
#menu ul a:hover{
color:#ffffff;
background-color: #F48A8A !important;
border-color: #F48A8A!important;
height:70px;
padding-bottom:30px;
}
(I am currently learning CSS, so I'm not a pro at it yet. Any help would be greatly appreciated! :)