Home › Forums › Iconic One Pro Support › Extra menu on top of the site › Reply To: Extra menu on top of the site
November 7, 2017 at 9:43 am #5051
Themonic-Support
Keymaster
To reduce space between menu items and make menu sit above header container use
.themonic-ad3 a {
padding: 0;
}
.themonic-ad3 {
margin-top: -10px;
margin-bottom: 10px;
}
Final result will look like: