@vraba: Hello there,
First of all
Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.
#menu-item-2631 a {
color: #ffffff;
background-color: #27ae60;
border-radius: 5px 5px 5px 5px;
padding: 10px 15px;
margin: 1.9125em 0;
}
#menu-item-2631 a:hover {
color: #ffffff;
background-color: #007C2E;
padding: 10px 15px;
margin: 1.9125em 0;
}
Now add the following CSS Code.
.header-background .nav-primary .menu a, .fixed-header .nav-primary .menu a {
padding:37px 20px !important;
}
.header-background .primary-search-icon {
padding:26px 0px;
}
#menu-item-2631 a {
color: #ffffff;
background-color: #27ae60;
border-radius: 5px 5px 5px 5px;
padding: 10px 15px !important;
margin-top:27px;
}
#menu-item-2631 a:hover {
color: #ffffff;
background-color: #007C2E;
padding: 10px 15px !important;
}
Let me know if this workso out!
Kind Regards,
Skandha