@media {
.main-navigation .main-nav ul li.nav-button a {
background-color: #00baff;
color: #ffffff;
font-size: 18px;
cursor: pointer;
line-height: 45px; /*this number will likely need to be adjusted*/;
border-radius: 30px;
}
line-height: 50px; /*this number will likely need to be adjusted*/;
width: 120px;
border-radius: 30px;
}
@media {
.main-navigation .main-nav ul li.nav-button a {
background-color: #00baff;
color: #ffffff;
font-size: 18px;
cursor: pointer;
line-height: 45px; /*this number will likely need to be adjusted*/;
border-radius: 30px;
}
Was successful in modifying this CSS from support, removing the Min-Max, but I want to add Margin in the Mobile Menu and when I do so, it messes up the Primary NAV Button. Can you please assist?