Archived topic
main-navigation inside-header no reaction on margin-top
4 replies · Started by imke on April 20, 2022
Hi Team,
I've tried for hours and don't get the twist:
.main-navigation .main-nav>ul {
align-items: end;
margin: 25px 0 0 0;
} neither with or without !important
preset: [.main-navigation a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items{font-size: 20px;
line-height: 1;}]
... works in every browser, but not in the css-file. Why?
Very thankful for help,
Imke
Hi there,
can you share a link to your site where i can see the issue ?
Hi David,
I'm working on mamp. Shall I send you a screenshot?
Thanks for helping!
Hi David,
got it - finally! (always have a break ;)
.main-navigation .main-nav ul li a {
padding-top: 25px;
}
.main-navigation .main-nav>ul {
align-items: end;
margin: 25px 0 0 0;
}
I wish you a good day,
Imke
Glad to hear you found the solution!