Hey Sanne,
Try adding this to your custom css box in Theme Options > Advanced Settings:
@media (min-width: 1200px) {
.sf-menu a {
padding: 10px 50px;
}
}
Hope that helps!
Hannah
Hi Hannah!
This code does not help. See my website (dutch and english version) for the result.
Do you maybe have an other solution?
Thank you in advance!
Try changing the code to this:
@media (min-width: 1200px) {
.sf-menu a {
padding: 10px 46px;
}
}
Let me know if this makes a difference.
-kevin