Hello
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
(edit tot taste)
.hornav ul.menu {
height: 4rem;
}
.hornav ul.menu > li > span,
.hornav ul.menu > li > a {
background: #d0b109;
padding: 5px 10px;
color: white;
}
.hornav ul.menu > li {
margin-inline: 5px;
}
Ciaran